From: Georg Brandl Date: Sun, 26 Jun 2005 21:50:34 +0000 (+0000) Subject: - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via X-Git-Tag: v2.4.2c1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37c781b241dcda981c2a268b03c0f66e7ec8b37b;p=thirdparty%2FPython%2Fcpython.git - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via error messages. --- diff --git a/Misc/NEWS b/Misc/NEWS index 76ec7c572ecf..2e64342e7875 100644 --- 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? =================================