diff options
author | Barry Warsaw <barry@python.org> | 2011-05-23 19:26:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-05-23 19:26:11 (GMT) |
commit | 34289260dad734038dae6b17d6c534b50f0cd0fb (patch) | |
tree | 8ac9c095f765ce287bdb04f4090079ee769a4676 /Misc/NEWS | |
parent | cf0d8ab818852503057b8ade6cccc403fbb5d2be (diff) | |
download | cpython-34289260dad734038dae6b17d6c534b50f0cd0fb.zip cpython-34289260dad734038dae6b17d6c534b50f0cd0fb.tar.gz cpython-34289260dad734038dae6b17d6c534b50f0cd0fb.tar.bz2 |
Replay changeset 70248:c714e2f92f63 from fubar branch. Original commit
message:
Cross-port changes for 2.6.7rc2 from the Subversion branch.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -4,6 +4,25 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.6.7 rc 2? +================================ + +*Release date: 2011-05-20* + +*NOTE: Python 2.6 is in security-fix-only mode. No non-security bug fixes are + allowed. Python 2.6.7 and beyond will be source only releases.* + + +Library +------- + +- Issue #11662: Make urllib and urllib2 ignore redirections if the + scheme is not HTTP, HTTPS or FTP (CVE-2011-1521). + +- Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer + to avoid XSS attacks. + + What's New in Python 2.6.7 rc 1? ================================ |