From ab1280cd59245e9096218bc4321500076c2e128c Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sun, 8 Aug 2010 11:54:44 +0000 Subject: [PATCH] Merged revisions 83822 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83822 | senthil.kumaran | 2010-08-08 17:20:22 +0530 (Sun, 08 Aug 2010) | 3 lines Add a news entry for Issue8280. ........ --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 997b883ca6..42d0d37954 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -90,6 +90,10 @@ C-API Library ------- +- Fix Issue8280 - urllib2's Request method will remove fragements in the url. + This is how it is supposed to work, wget and curl do the same. Previous + behavior was wrong. + - Issue #2944: asyncore doesn't handle connection refused correctly. - Issue #3196: email header decoding is now forgiving if an RFC2047 -- 2.40.0