[Python-checkins] r51293 - python/trunk/Misc/NEWS

neal.norwitz python-checkins at python.org
Tue Aug 15 06:14:59 CEST 2006


Author: neal.norwitz
Date: Tue Aug 15 06:14:57 2006
New Revision: 51293

Modified:
   python/trunk/Misc/NEWS
Log:
Georg fixed one of my bugs, so I'll repay him with 2 NEWS entries. 
Now we're even. :-)


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Aug 15 06:14:57 2006
@@ -64,6 +64,8 @@
 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 @@
 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.
 


More information about the Python-checkins mailing list