]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add news entry about last checkin (oops.)
authorThomas Wouters <thomas@python.org>
Tue, 23 Jan 2007 13:50:49 +0000 (13:50 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 23 Jan 2007 13:50:49 +0000 (13:50 +0000)
Misc/NEWS

index 8f7d17cf46696dfba1602cb593b991b474051533..5c3f48df7b0693310bd710e35106ef9da15f1855 100644 (file)
--- 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.