From 37c781b241dcda981c2a268b03c0f66e7ec8b37b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 26 Jun 2005 21:50:34 +0000 Subject: [PATCH] - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via error messages. --- Misc/NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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? ================================= -- 2.47.3