diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-08-08 11:54:44 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-08-08 11:54:44 (GMT) |
commit | ab1280cd59245e9096218bc4321500076c2e128c (patch) | |
tree | e88771c11ae0f49a5b05cfad6bdeac82d8d78ad2 | |
parent | 4c88db77a057ebe0a5a5496152d2099cf760e837 (diff) | |
download | cpython-ab1280cd59245e9096218bc4321500076c2e128c.zip cpython-ab1280cd59245e9096218bc4321500076c2e128c.tar.gz cpython-ab1280cd59245e9096218bc4321500076c2e128c.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.
........
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |