NiftyHost Forums (Archive)

Full Version: [Python]Searching for a urllib additon/replacement that supports Keep-Alive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?