summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-05 15:24:07 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-05 15:24:07 (GMT)
commit6a59b70cbac0a35f8b520d196105974949153181 (patch)
treef3f32ae39e3aac96e6d23611f403b6c6bf0435f3 /Misc/NEWS
parent80f7102d439446f6e1cf9abacfc5b4eac3796cea (diff)
parent420f698d6e1785c767ef4c19ed25016351501e30 (diff)
downloadcpython-6a59b70cbac0a35f8b520d196105974949153181.zip
cpython-6a59b70cbac0a35f8b520d196105974949153181.tar.gz
cpython-6a59b70cbac0a35f8b520d196105974949153181.tar.bz2
Merge 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b18715..e2455c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #13719: Make the distutils upload command aware of bdist_msi products.
+
- 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.