diff options
author | Thomas Wouters <thomas@python.org> | 2007-01-23 13:50:49 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2007-01-23 13:50:49 (GMT) |
commit | 6ed196530865eee2fed5548a5d9a0b0384c6a815 (patch) | |
tree | 33d52453cf4c2871cbb68af60eab3f3a17298396 /Misc | |
parent | afea529088d6447b1fc46318bdeec7c5de875202 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |