[Python-checkins] cpython (merge 2.6 -> 2.7): merge 11442 NEWS
martin.v.loewis
python-checkins at python.org
Sun Apr 17 23:01:43 CEST 2011
http://hg.python.org/cpython/rev/d683ff1d6866
changeset: 69411:d683ff1d6866
branch: 2.7
parent: 69406:cc65cf9a9ce5
parent: 69410:4bd47815e6c5
user: Martin v. Löwis <martin at v.loewis.de>
date: Sun Apr 17 23:01:13 2011 +0200
summary:
merge 11442 NEWS
files:
Misc/NEWS | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@
Library
-------
+- Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer
+ to avoid XSS attacks.
+
- Issue #11467: Fix urlparse behavior when handling urls which contains scheme
specific part only digits. Patch by Santoso Wijaya.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list