]> granicus.if.org Git - python/commitdiff
Add a news entry for Issue8280.
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:50:22 +0000 (11:50 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:50:22 +0000 (11:50 +0000)
Misc/NEWS

index c0e3fc7ce6df57740395befa2025a5f234654f99..2e7297a5acf0024f076ba0e16a5bd40b9fdc446f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,10 @@ Extensions
 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 #6683: For SMTP logins we now try all authentication methods advertised
   by the server. Many servers are buggy and advertise authentication methods they
   o not support in reality.