diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-27 18:56:37 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-27 18:56:37 (GMT) |
commit | 049242b87c2855cebb9bbb8f8395eaed3430e653 (patch) | |
tree | 1c6c0afbb8e27c77b0d646f9e0d191b6de73cbf4 /Misc | |
parent | 49ac6f44920c9af21f9bb06944b6e7f23fd4ac58 (diff) | |
parent | d3113740894d07fefc1ba32b5998a4720e9e8711 (diff) | |
download | cpython-049242b87c2855cebb9bbb8f8395eaed3430e653.zip cpython-049242b87c2855cebb9bbb8f8395eaed3430e653.tar.gz cpython-049242b87c2855cebb9bbb8f8395eaed3430e653.tar.bz2 |
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Patch by Mikhail Novikov.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -725,6 +725,7 @@ Stefan Norberg Tim Northover Joe Norton Neal Norwitz +Mikhail Novikov Michal Nowikowski Steffen Daode Nurpmeso Nigel O'Brian @@ -508,6 +508,9 @@ Core and Builtins Library ------- +- Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. + Patch by Mikhail Novikov. + - Issue #11841: Fix comparison bug with 'rc' versions in packaging.version. Patch by Filip GruszczyĆski. |