cpython/Lib/urllib
Miss Islington (bot) 3936fd7b2c [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6818)
The urllib.robotparser's __str__ representation now includes wildcard
entries and the "Crawl-delay" and "Request-rate" fields.
(cherry picked from commit c3fa1f2b93)

Co-authored-by: Michael Lazar <lazar.michael22@gmail.com>
2018-05-15 01:03:56 +03:00
..
__init__.py
error.py [3.6] Remove superfluous comment in urllib.error. (GH-1076) (GH-1101) 2017-04-12 20:45:54 -07:00
parse.py bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867) (#4959) 2017-12-21 14:54:45 +02:00
request.py Remove OSError related comment in urllib.request. (#1072) 2017-04-09 20:37:44 -07: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 [3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6818) 2018-05-15 01:03:56 +03:00