summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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)
commitad548b8534645ebb7590eb557c04d86814bde203 (patch)
tree054e0527512d7c6fcd59283d0a26a2b2173ef0ee /Misc
parent052c83cf058c0511810d96253d0d4c391d11be0a (diff)
parent548c054fb70c504150ec8bafa4503d6b4e74e535 (diff)
downloadcpython-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/ACKS2
-rw-r--r--Misc/NEWS6
2 files changed, 8 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 3124099..2b6104f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -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
diff --git a/Misc/NEWS b/Misc/NEWS
index 34fdd55..3f5aa29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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