diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-05-29 12:54:31 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-05-29 12:54:31 (GMT) |
commit | c70a6ae49bd162af06130e48a45579d445e058a8 (patch) | |
tree | cecb299ec31a93cda7d9256a7092cd601be0c0b4 /Misc/NEWS | |
parent | eb4c9c77b8257c05b40467651bdc7764295926e8 (diff) | |
download | cpython-c70a6ae49bd162af06130e48a45579d445e058a8.zip cpython-c70a6ae49bd162af06130e48a45579d445e058a8.tar.gz cpython-c70a6ae49bd162af06130e48a45579d445e058a8.tar.bz2 |
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
This helps in handling certain types invalid urls in a conservative manner.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ Core and Builtins Library ------- +- Issue #17403: urllib.parse.robotparser normalizes the urls before adding to + ruleline. This helps in handling certain types invalid urls in a conservative + manner. + - Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw stream's read() returns more bytes than requested. |