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

neal.norwitz python-checkins at python.org
Thu Mar 15 05:41:26 CET 2007


Author: neal.norwitz
Date: Thu Mar 15 05:41:20 2007
New Revision: 54391

Modified:
   python/trunk/Misc/NEWS
Log:
Wrap a long line and fix a typo (is -> if)

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Mar 15 05:41:20 2007
@@ -305,8 +305,8 @@
 - Patch 1571379: Make trace's --ignore-dir facility work in the face of
   relative directory names.
 
-- Bug #1600860: Search for shared python library in LIBDIR, not lib/python/config,
-  on "linux" and "gnu" systems.
+- Bug #1600860: Search for shared python library in LIBDIR,
+  not lib/python/config, on "linux" and "gnu" systems.
 
 - Patch #1652681: tarfile.py: create nonexistent files in append mode and
   allow appending to empty files.
@@ -383,7 +383,7 @@
 - Patch #1604907: Fix problems in logging.handlers caused at logging shutdown
   when syslog handlers fail to initialize because of syslogd problems.
 
-- Patch #1608267: fix a race condition in os.makedirs() is the directory
+- Patch #1608267: fix a race condition in os.makedirs() if the directory
   to be created is already there.
 
 - Patch #1610437: fix a tarfile bug with long filename headers.


More information about the Python-checkins mailing list