diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-08-08 11:56:31 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-08-08 11:56:31 (GMT) |
commit | e677ecfccf8a0a54a4e099a3c08cac8a271e9d65 (patch) | |
tree | 3c21fbc3ae03bf6f7a7d3d7348f985ee9ba12a06 /Misc/NEWS | |
parent | b4ec7ee486c571694ece406d38259054983b091b (diff) | |
download | cpython-e677ecfccf8a0a54a4e099a3c08cac8a271e9d65.zip cpython-e677ecfccf8a0a54a4e099a3c08cac8a271e9d65.tar.gz cpython-e677ecfccf8a0a54a4e099a3c08cac8a271e9d65.tar.bz2 |
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.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ Core and Builtins 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 |