summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-05-19 15:44:54 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2013-05-19 15:44:54 +0200
commit916fc7bf286469f41e2d4b2bcd2d6c73314421a4 (patch)
tree7e33596cabb078caeb23a0258f10f10cd9c851c4 /Misc
parent2c3f2f19df0939744774370369b55e3ca214040c (diff)
downloadcpython-git-916fc7bf286469f41e2d4b2bcd2d6c73314421a4.tar.gz
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7435f663a..a9ce97aec4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,11 @@ Library
- Issue #17968: Fix memory leak in os.listxattr().
+Tests
+-----
+
+- Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
+
Documentation
-------------