]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
authorGeorg Brandl <georg@python.org>
Sun, 26 Jun 2005 21:50:34 +0000 (21:50 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 26 Jun 2005 21:50:34 +0000 (21:50 +0000)
  error messages.

Misc/NEWS

index 76ec7c572ecfd81d44aabaf0f5d54c77da7c0e1e..2e64342e787528e25248679b81e32ccc64f77012 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Extension Modules
 Library
 -------
 
+- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
+  error messages.
+
 - Bug #1224621: tokenize module does not detect inconsistent dedents
 
 - Bug #1196315: fix weakref.WeakValueDictionary constructor.
@@ -55,6 +58,22 @@ Library
   line ending. Remove the special handling of a "\r\n" that has been split
   between two lines.
 
+Documentation
+-------------
+
+- Patch #1180012: The documentation for modulefinder is now in the library reference.
+
+- Patch #1213031: Document that os.chown() accepts argument values of -1.
+
+- Bug #1190563: Document os.waitpid() return value with WNOHANG flag.
+
+- Bug #1175022: Correct the example code for property().
+
+Tools/Demos
+-----------
+
+- Bug #1072853: pindent.py used an uninitialized variable.
+
 
 What's New in Python 2.4.1 final?
 =================================