summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2012-06-22 10:56:29 (GMT)
committerLarry Hastings <larry@hastings.org>2012-06-22 10:56:29 (GMT)
commit8f904daee9dcb6b36b925f184144921e8bf6aaa6 (patch)
tree00a5b0a927251e8f4b9b449095f96e2fa6d43bdb /Misc
parent466bfff9fb59961245848587d9f7aa62684e2e12 (diff)
downloadcpython-8f904daee9dcb6b36b925f184144921e8bf6aaa6.zip
cpython-8f904daee9dcb6b36b925f184144921e8bf6aaa6.tar.gz
cpython-8f904daee9dcb6b36b925f184144921e8bf6aaa6.tar.bz2
Issue #14769: test_capi now has SkipitemTest, which cleverly checks
for "parity" between PyArg_ParseTuple() and the Python/getargs.c static function skipitem() for all possible "format units".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1149ecf..8abe981 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,10 @@ Documentation
Tests
-----
+- Issue #14769: test_capi now has SkipitemTest, which cleverly checks
+ for "parity" between PyArg_ParseTuple() and the Python/getargs.c static
+ function skipitem() for all possible "format units".
+
- test_nntplib now tolerates being run from behind NNTP gateways that add
"X-Antivirus" headers to articles