summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-06 06:33:20 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-07-06 06:33:20 (GMT)
commit1c5f56a955f0aad3105d0b2223b73673d51ffe0f (patch)
tree165d271822adc13efd0344651c6f573677dc9875 /Misc
parent3cadd802a45036f926b3a105c2a5807024098d27 (diff)
downloadcpython-1c5f56a955f0aad3105d0b2223b73673d51ffe0f.zip
cpython-1c5f56a955f0aad3105d0b2223b73673d51ffe0f.tar.gz
cpython-1c5f56a955f0aad3105d0b2223b73673d51ffe0f.tar.bz2
Issue #9554: Use modern unittest features in test_argparse.
Initial patch by Denver Coneybeare and Radu Voicilas.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e9a473e..204fd88 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1399,6 +1399,7 @@ Norman Vine
Pauli Virtanen
Frank Visser
Johannes Vogel
+Radu Voicilas
Alex Volkov
Martijn Vries
Sjoerd de Vries
diff --git a/Misc/NEWS b/Misc/NEWS
index dc42be7..9ad35fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -653,6 +653,9 @@ Documentation
Tests
-----
+- Issue #9554: Use modern unittest features in test_argparse. Initial patch by
+ Denver Coneybeare and Radu Voicilas.
+
- Issue #20155: Changed HTTP method names in failing tests in test_httpservers
so that packet filtering software (specifically Windows Base Filtering Engine)
does not interfere with the transaction semantics expected by the tests.