diff options
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) |
commit | 6a59b70cbac0a35f8b520d196105974949153181 (patch) | |
tree | f3f32ae39e3aac96e6d23611f403b6c6bf0435f3 /Misc/NEWS | |
parent | 80f7102d439446f6e1cf9abacfc5b4eac3796cea (diff) | |
parent | 420f698d6e1785c767ef4c19ed25016351501e30 (diff) | |
download | cpython-6a59b70cbac0a35f8b520d196105974949153181.zip cpython-6a59b70cbac0a35f8b520d196105974949153181.tar.gz cpython-6a59b70cbac0a35f8b520d196105974949153181.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |