From c70a6ae49bd162af06130e48a45579d445e058a8 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 29 May 2013 05:54:31 -0700 Subject: #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. This helps in handling certain types invalid urls in a conservative manner. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Misc') diff --git a/Misc/NEWS b/Misc/NEWS index 828e240c5b..be6fd578db 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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. -- cgit v1.2.1