diff options
author | Larry Hastings <larry@hastings.org> | 2012-06-22 10:56:29 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-06-22 10:56:29 (GMT) |
commit | 8f904daee9dcb6b36b925f184144921e8bf6aaa6 (patch) | |
tree | 00a5b0a927251e8f4b9b449095f96e2fa6d43bdb /Misc | |
parent | 466bfff9fb59961245848587d9f7aa62684e2e12 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |