summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-08-08 11:50:22 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-08-08 11:50:22 (GMT)
commitc41e1fad496b8e3ec793d42ae9356109755ee005 (patch)
treeb78ec445c22ca9716bc93bef35d484dbe177645b /Misc
parentd95cc754836762be6571aa44bcad1a01cf6def1d (diff)
downloadcpython-c41e1fad496b8e3ec793d42ae9356109755ee005.zip
cpython-c41e1fad496b8e3ec793d42ae9356109755ee005.tar.gz
cpython-c41e1fad496b8e3ec793d42ae9356109755ee005.tar.bz2
Add a news entry for Issue8280.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0e3fc7..2e7297a 100644
--- 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.