summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-15 04:14:57 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-15 04:14:57 (GMT)
commitbf8c19536e6e4a2061b261fb00c27814b8e14fe7 (patch)
tree6755752f19fca5158e15947bf1e1ad550049b155 /Misc
parentc02c1c8a12af6f3648a76bf7d187e811bff5ade7 (diff)
downloadcpython-bf8c19536e6e4a2061b261fb00c27814b8e14fe7.zip
cpython-bf8c19536e6e4a2061b261fb00c27814b8e14fe7.tar.gz
cpython-bf8c19536e6e4a2061b261fb00c27814b8e14fe7.tar.bz2
Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries.
Now we're even. :-)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e94560..3a1eea8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,8 @@ Core and builtins
Library
-------
+- Bug #1224621: make tabnanny recognize IndentationErrors raised by tokenize.
+
- Patch #1536071: trace.py should now find the full module name of a
file correctly even on Windows.
@@ -82,6 +84,8 @@ Library
Extension Modules
-----------------
+- Patch #1511317: don't crash on invalid hostname (alias) info.
+
- Patch #1535500: fix segfault in BZ2File.writelines and make sure it
raises the correct exceptions.