cpython/Lib/urllib
Serhiy Storchaka 7e7a3dba5f Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
2015-04-10 13:24:41 +03:00
..
__init__.py
error.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
parse.py #23040: Clarify treatment of encoding and errors when component is bytes. 2014-12-24 21:23:18 -05:00
request.py Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if 2015-04-07 12:49:27 +02:00
response.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:41 +03:00
robotparser.py Issue 21469: Mitigate risk of false positives with robotparser. 2014-05-12 21:56:33 -07:00