summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-21 21:05:49 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-21 21:05:49 (GMT)
commitf2dae0e14a79df11135fea05c20f66bcada51c06 (patch)
tree60195322754238c749b0476c3f797cd1904011a4 /Misc
parentdd76e05dd91dbf948a5bf6561b7f5a8f2dfbbebe (diff)
downloadcpython-f2dae0e14a79df11135fea05c20f66bcada51c06.zip
cpython-f2dae0e14a79df11135fea05c20f66bcada51c06.tar.gz
cpython-f2dae0e14a79df11135fea05c20f66bcada51c06.tar.bz2
#1715: include sub-extension modules in pydoc text output.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3235111..b0a28b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -372,6 +372,8 @@ Core and builtins
Library
-------
+- #1715: include sub-extension modules in pydoc's text output.
+
- #1836: fix an off-by-one bug in TimedRotatingHandler's rollover
time calculation.