summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-27 18:03:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-27 18:03:39 (GMT)
commit26f116651030c77c93f0a98026baf7812963a30c (patch)
tree474015b8b08aa48ab9eeca569cb22109f0028f08 /Misc
parent60cc32382f0a568723da8cb3c1b3fc532ab41d58 (diff)
parent9d0add0c7e513a92ee4321aa5be70121c4c1e1e7 (diff)
downloadcpython-26f116651030c77c93f0a98026baf7812963a30c.zip
cpython-26f116651030c77c93f0a98026baf7812963a30c.tar.gz
cpython-26f116651030c77c93f0a98026baf7812963a30c.tar.bz2
Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
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 1976bba..b8de2f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -488,6 +488,9 @@ Library
Tests
-----
+- Issue #17041: Fix testing when Python is configured with the
+ --without-doc-strings.
+
- Issue #16923: Fix ResourceWarnings in test_ssl.
- Issue #15539: Added regression tests for Tools/scripts/pindent.py.