From: Thomas Wouters Date: Tue, 23 Jan 2007 13:50:49 +0000 (+0000) Subject: Add news entry about last checkin (oops.) X-Git-Tag: v2.6a1~2236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ed196530865eee2fed5548a5d9a0b0384c6a815;p=thirdparty%2FPython%2Fcpython.git Add news entry about last checkin (oops.) --- diff --git a/Misc/NEWS b/Misc/NEWS index 8f7d17cf4669..5c3f48df7b06 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- patch #1630975: Fix crash when replacing sys.stdout in sitecustomize.py + - Patch #1507247: tarfile.py: use current umask for intermediate directories.