summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-08-12 17:53:53 (GMT)
committerBrett Cannon <brett@python.org>2016-08-12 17:53:53 (GMT)
commit4a2360d3f786053a8e324c4b9587aa6025072689 (patch)
treedb85caf69efaa64dd329443299bf367b0164f8bf /Misc
parent87fe473edc933ce8a3c886efff8e6389f90b3e57 (diff)
downloadcpython-4a2360d3f786053a8e324c4b9587aa6025072689.zip
cpython-4a2360d3f786053a8e324c4b9587aa6025072689.tar.gz
cpython-4a2360d3f786053a8e324c4b9587aa6025072689.tar.bz2
Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.
Thanks to SilentGhost for the patch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47855c9..6cd1b1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,9 @@ Library
Tests
-----
+- Issue #25805: Skip a test in test_pkgutil as needed that doesn't work when
+ ``__name__ == __main__``. Patch by SilentGhost.
+
- Issue #27472: Add test.support.unix_shell as the path to the default shell.
- Issue #27369: In test_pyexpat, avoid testing an error message detail that