[Python-checkins] python/dist/src/Misc NEWS,1.1303,1.1304

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sun Jun 26 23:09:41 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Add NEWS entries for bugs closed at Bug Day.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1303
retrieving revision 1.1304
diff -u -d -r1.1303 -r1.1304
--- NEWS	25 Jun 2005 21:08:46 -0000	1.1303
+++ NEWS	26 Jun 2005 21:09:38 -0000	1.1304
@@ -147,6 +147,8 @@
 Library
 -------
 
+- Bug #1108948: Cookie.py produced invalid JavaScript code.
+
 - The tokenize module now detects and reports indentation errors.
   Bug #1224621.
 
@@ -370,6 +372,14 @@
 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().
+
 - Document the IterableUserDict class in the UserDict module.
   Closes bug #1166582.
 
@@ -385,6 +395,8 @@
 Tools/Demos
 -----------
 
+- Bug #1072853: pindent.py used an uninitialized variable.
+
 - Patch #1177597: Correct Complex.__init__.
 
 



More information about the Python-checkins mailing list