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.
........
This commit is contained in:
Senthil Kumaran 2010-08-08 11:54:44 +00:00
parent 4c88db77a0
commit ab1280cd59

View file

@ -90,6 +90,10 @@ C-API
Library 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 #2944: asyncore doesn't handle connection refused correctly.
- Issue #3196: email header decoding is now forgiving if an RFC2047 - Issue #3196: email header decoding is now forgiving if an RFC2047