C19 added the comment:
https://github.com/shazow/urllib3
do we really have to use a 3rd party module for this ?..
--
___
Python tracker
<http://bugs.python.org/issue16
Changes by C19 :
--
components: +Library (Lib)
type: -> enhancement
versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issu
New submission from C19:
Is it means that we should use MozillaCookieJar LWPCookieJar or MSIECookieJar?
But the document says "perhaps save cookies to, a file on disk. "
http://docs.python.org/2/library/cookielib.html?highlight=filecookiejar#cookielib.FileCookieJar
it looks like Fil
C19 added the comment:
# TODO(jhylton): Should this be redesigned to handle
# persistent connections?
# We want to make an HTTP/1.1 request, but the addinfourl
# class isn't prepared to deal with a persistent connection.
# It will try to read all remaining
New submission from C19:
Is it means that we should use MozillaCookieJar LWPCookieJar or MSIECookieJar?
But the document says "perhaps save cookies to, a file on disk. "
http://docs.python.org/2/library/cookielib.html?highlight=filecookiejar#cookielib.FileCookieJar
it looks like Fil