summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2007-01-23 13:50:49 (GMT)
committerThomas Wouters <thomas@python.org>2007-01-23 13:50:49 (GMT)
commit6ed196530865eee2fed5548a5d9a0b0384c6a815 (patch)
tree33d52453cf4c2871cbb68af60eab3f3a17298396 /Misc
parentafea529088d6447b1fc46318bdeec7c5de875202 (diff)
downloadcpython-6ed196530865eee2fed5548a5d9a0b0384c6a815.zip
cpython-6ed196530865eee2fed5548a5d9a0b0384c6a815.tar.gz
cpython-6ed196530865eee2fed5548a5d9a0b0384c6a815.tar.bz2
Add news entry about last checkin (oops.)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f7d17c..5c3f48d 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.