diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-03-15 04:41:20 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-03-15 04:41:20 (GMT) |
commit | 72d9eec1bb44b0c0059161dd6990c05f91a45748 (patch) | |
tree | cc66b5acfb2e1c79afaf8aecea253bd58a0f925f /Misc | |
parent | ea2835a86061d7846f1b8046e79a6aa9140b7ffd (diff) | |
download | cpython-72d9eec1bb44b0c0059161dd6990c05f91a45748.zip cpython-72d9eec1bb44b0c0059161dd6990c05f91a45748.tar.gz cpython-72d9eec1bb44b0c0059161dd6990c05f91a45748.tar.bz2 |
Wrap a long line and fix a typo (is -> if)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -305,8 +305,8 @@ Library - 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 @@ Library - 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. |