Commit bf8c1953 authored by Neal Norwitz's avatar Neal Norwitz

Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries.

Now we're even. :-)
parent c02c1c8a
...@@ -64,6 +64,8 @@ Core and builtins ...@@ -64,6 +64,8 @@ Core and builtins
Library Library
------- -------
- Bug #1224621: make tabnanny recognize IndentationErrors raised by tokenize.
- Patch #1536071: trace.py should now find the full module name of a - Patch #1536071: trace.py should now find the full module name of a
file correctly even on Windows. file correctly even on Windows.
...@@ -82,6 +84,8 @@ Library ...@@ -82,6 +84,8 @@ Library
Extension Modules Extension Modules
----------------- -----------------
- Patch #1511317: don't crash on invalid hostname (alias) info.
- Patch #1535500: fix segfault in BZ2File.writelines and make sure it - Patch #1535500: fix segfault in BZ2File.writelines and make sure it
raises the correct exceptions. raises the correct exceptions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment