[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.55, 1.1193.2.56

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sun Jun 26 23:50:42 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30680/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
  error messages.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.55
retrieving revision 1.1193.2.56
diff -u -d -r1.1193.2.55 -r1.1193.2.56
--- NEWS	21 Jun 2005 07:53:55 -0000	1.1193.2.55
+++ NEWS	26 Jun 2005 21:50:34 -0000	1.1193.2.56
@@ -39,6 +39,9 @@
 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 @@
   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?
 =================================



More information about the Python-checkins mailing list