From: Neal Norwitz Date: Tue, 5 Sep 2006 04:49:45 +0000 (+0000) Subject: Add another NEWS entry for a fix already in 2.5c1 X-Git-Tag: v2.5c2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a2447943e190b854579f2b513eda0131d639a4f;p=python Add another NEWS entry for a fix already in 2.5c1 --- diff --git a/Misc/NEWS b/Misc/NEWS index 92c084b008..9ebe288682 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -196,6 +196,8 @@ Library 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