[issue16942] seriously? http.cookiejar.FileCookieJar().save method NOTImplemented?

2013-01-12 Thread C19
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 FileCookieJar

[issue16942] seriously? urllib still doesn't support persistent connections?

2013-01-12 Thread C19
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 data

[issue16943] seriously? FileCookieJar can't really save ? save method is NotImplemented

2013-01-12 Thread C19
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 FileCookieJar

[issue16943] seriously? FileCookieJar can't really save ? save method is NotImplemented

2013-01-12 Thread C19
Changes by C19 classone2...@gmail.com: -- components: +Library (Lib) type: - enhancement versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16943

[issue16942] seriously? urllib still doesn't support persistent connections?

2013-01-12 Thread C19
C19 added the comment: https://github.com/shazow/urllib3 do we really have to use a 3rd party module for this ?.. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16942