summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2007-02-19 09:54:47 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2007-02-19 09:54:47 (GMT)
commit0713a68dc55f355df8fa0ecd6fd4ccb9c03b7e7c (patch)
treea81da292ef967654db11cd97f926c6a2d3b44275 /Misc
parentbcc40ba9229788b5a8e447a05674d09fbc5dc85a (diff)
downloadcpython-0713a68dc55f355df8fa0ecd6fd4ccb9c03b7e7c.zip
cpython-0713a68dc55f355df8fa0ecd6fd4ccb9c03b7e7c.tar.gz
cpython-0713a68dc55f355df8fa0ecd6fd4ccb9c03b7e7c.tar.bz2
Moved misplaced news item.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f5d57b..0ef1716 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,9 +26,6 @@ Core and builtins
- 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 @@ Library
- 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.