[Python-checkins] r53825 - python/trunk/Misc/NEWS

lars.gustaebel python-checkins at python.org
Mon Feb 19 10:54:49 CET 2007


Author: lars.gustaebel
Date: Mon Feb 19 10:54:47 2007
New Revision: 53825

Modified:
   python/trunk/Misc/NEWS
Log:
Moved misplaced news item.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Feb 19 10:54:47 2007
@@ -26,9 +26,6 @@
 
 - patch #1630975: Fix crash when replacing sys.stdout in sitecustomize.py
 
-- Patch #1507247: tarfile.py: use current umask for intermediate
-  directories.
-
 - Bug #1637022: Prefix AST symbols with _Py_.
 
 - Prevent seg fault on shutdown which could occur if an object
@@ -167,6 +164,9 @@
 
 - Patch #1643874: memory leak in ctypes fixed.
 
+- Patch #1507247: tarfile.py: use current umask for intermediate
+  directories.
+
 - Patch #1627441: close sockets properly in urllib2.
 
 - Bug #494589: make ntpath.expandvars behave according to its docstring.


More information about the Python-checkins mailing list