NiftyHost Forums (Archive)
[Python]Searching for a urllib additon/replacement that supports Keep-Alive - Printable Version

+- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support)
+-- Forum: Technology (https://niftyhost.chary.us/support/forum-7.html)
+--- Forum: Coding (https://niftyhost.chary.us/support/forum-12.html)
+--- Thread: [Python]Searching for a urllib additon/replacement that supports Keep-Alive (/thread-777.html)



[Python]Searching for a urllib additon/replacement that supports Keep-Alive - RichardGv - 11-14-2010

Here's my question, if stated in the briefest way: Where can I find an addition/replacement of urllib in Python 3.1 that supports Keep-Alive in HTTP 1.1?

There are a few modules that I found, but not so great for my need:
  • httplib2. It supports Python 3 but the cookie handling is too simple.
  • pycurl. Python 2 only?
  • urlgrabber. Python 2 only?