diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-31 16:33:00 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-31 16:33:00 (GMT) |
commit | ad548b8534645ebb7590eb557c04d86814bde203 (patch) | |
tree | 054e0527512d7c6fcd59283d0a26a2b2173ef0ee /Misc | |
parent | 052c83cf058c0511810d96253d0d4c391d11be0a (diff) | |
parent | 548c054fb70c504150ec8bafa4503d6b4e74e535 (diff) | |
download | cpython-ad548b8534645ebb7590eb557c04d86814bde203.zip cpython-ad548b8534645ebb7590eb557c04d86814bde203.tar.gz cpython-ad548b8534645ebb7590eb557c04d86814bde203.tar.bz2 |
Merge fixes for #9860, #11104/#8688 and #12331 from 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 8 insertions, 0 deletions
@@ -228,6 +228,7 @@ Vincent Delft Arnaud Delobelle Konrad Delong Erik Demaine +John Dennis Roger Dev Raghuram Devarakonda Caleb Deveraux @@ -931,6 +932,7 @@ Mikhail Terekhov Tobias Thelen James Thomas Robin Thomas +Stephen Thorne Jeremy Thurgood Eric Tiedemann July Tikhonov @@ -249,6 +249,9 @@ Core and Builtins Library ------- +- Issues #11104, #8688: Fix the behavior of distutils' sdist command with + manually-maintained MANIFEST files. + - Issue #11281: smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. @@ -1144,6 +1147,9 @@ Extension Modules Tests ----- +- Issue #12331: The test suite for lib2to3 can now run from an installed + Python. + - Issue #12626: In regrtest, allow to filter tests using a glob filter with the ``-m`` (or ``--match``) option. This works with all test cases using the unittest module. This is useful with long test suites |