[docs] urllib still doesn't support persistent connections (issue 16942)

demianbrecht at gmail.com demianbrecht at gmail.com
Wed Feb 27 08:58:08 CET 2013


http://bugs.python.org/review/16942/diff/7462/Lib/http/cookiejar.py
File Lib/http/cookiejar.py (right):

http://bugs.python.org/review/16942/diff/7462/Lib/http/cookiejar.py#newcode1758
Lib/http/cookiejar.py:1758: pass
On 2013/02/25 09:32:44, berkerpeksag wrote:
> I think the current behavior of the save() method is already correct.

save is an abstractmethod now. I don't see the harm in allowing concrete
classes to call into FileCookieJar.save(self, ...) and having it do
nothing. However, calling into FileCookieJar.save(self, ...) and having
NotImplementedError raised might be a little strange.

http://bugs.python.org/review/16942/


More information about the docs mailing list