From: Antoine Pitrou Date: Thu, 4 Oct 2012 17:54:53 +0000 (+0200) Subject: Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_... X-Git-Tag: v3.4.0a1~2380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=997adb58191b63d9f12626a1e04770f496a0d9f3;p=thirdparty%2FPython%2Fcpython.git Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). --- 997adb58191b63d9f12626a1e04770f496a0d9f3 diff --cc Misc/NEWS index 490e6ed278f0,74c2004fb5cd..44083e087d42 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -39,9 -33,10 +39,12 @@@ Core and Builtin Library ------- + - Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element + element_factory (fixes a regression in SimpleTAL). + +- Issue #9650: List commonly used format codes in time.strftime and + time.strptime docsttings. Original patch by Mike Hoy. + - Issue #16034: Fix performance regressions in the new `bz2.BZ2File` implementation. Initial patch by Serhiy Storchaka.