[Python-checkins] r51736 - python/branches/release25-maint/Misc/NEWS
neal.norwitz
python-checkins at python.org
Tue Sep 5 06:49:46 CEST 2006
Author: neal.norwitz
Date: Tue Sep 5 06:49:45 2006
New Revision: 51736
Modified:
python/branches/release25-maint/Misc/NEWS
Log:
Add another NEWS entry for a fix already in 2.5c1
Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS (original)
+++ python/branches/release25-maint/Misc/NEWS Tue Sep 5 06:49:45 2006
@@ -196,6 +196,8 @@
Extension Modules
-----------------
+- Ignore data that arrives before the opening start tag in C etree.
+
- Patch #1511317: don't crash on invalid hostname (alias) info.
- Patch #1535500: fix segfault in BZ2File.writelines and make sure it
More information about the Python-checkins
mailing list