summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-03-05 09:50:11 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-03-05 09:50:11 (GMT)
commit49ab14f4529e06ecd7d6804ea80f62ab6094a386 (patch)
tree6513842dc27e55937c2a0fcb91e1d22213137e72 /Misc
parentfcbb4169b982ce06c5701ad18898084dfa569598 (diff)
parent682c979871b42cd21856735c5900f9bee832bfb1 (diff)
downloadcpython-49ab14f4529e06ecd7d6804ea80f62ab6094a386.zip
cpython-49ab14f4529e06ecd7d6804ea80f62ab6094a386.tar.gz
cpython-49ab14f4529e06ecd7d6804ea80f62ab6094a386.tar.bz2
Merge.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ba98b5..4b18715 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,10 @@ Core and Builtins
Library
-------
+- Issue #14007: Accept incomplete TreeBuilder objects (missing start, end,
+ data or close method) for the Python implementation as well.
+ Drop the no-op TreeBuilder().xml() method from the C implementation.
+
What's New in Python 3.3.0 Alpha 1?
===================================