From 0713a68dc55f355df8fa0ecd6fd4ccb9c03b7e7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gust=C3=A4bel?= Date: Mon, 19 Feb 2007 09:54:47 +0000 Subject: [PATCH] Moved misplaced news item. --- Misc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 8f5d57b28c..0ef1716373 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. -- 2.50.0