diff options
author | Éric Araujo <merwok@netwok.org> | 2012-03-07 19:56:18 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-03-07 19:56:18 (GMT) |
commit | 2fa0cbc9ae6bb8d29b3c8c1e871192602666157a (patch) | |
tree | a710124ba0592a9c68c59b594a61357a0debc84d /Misc | |
parent | 00b41fc8283823eda6347c282d922a5edc15c37d (diff) | |
download | cpython-2fa0cbc9ae6bb8d29b3c8c1e871192602666157a.zip cpython-2fa0cbc9ae6bb8d29b3c8c1e871192602666157a.tar.gz cpython-2fa0cbc9ae6bb8d29b3c8c1e871192602666157a.tar.bz2 |
Remove buggy change for #13719 in packaging
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,9 +23,6 @@ Library Also, add a multiprocessing.connection.wait(rlist, timeout=None) function for polling multiple objects at once. Patch by sbt. -- Issue #13719: Make the distutils and packaging upload commands 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. |