summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-29 15:34:35 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-29 15:34:35 (GMT)
commit9a528306b9ba967cfd04b23ac7b18fdb1091327d (patch)
tree9cfc11e0e3da2db1fd1bd53ae2d01369d0225666 /Misc
parent271208e22536a0d2e736aa85eb8d6b97e903266c (diff)
downloadcpython-9a528306b9ba967cfd04b23ac7b18fdb1091327d.zip
cpython-9a528306b9ba967cfd04b23ac7b18fdb1091327d.tar.gz
cpython-9a528306b9ba967cfd04b23ac7b18fdb1091327d.tar.bz2
Make “pydoc somebuiltin.somemethod” work (#8887)
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 de2cff5..fc4dfe9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issue #8887: "pydoc somebuiltin.somemethod" (or help('somebuiltin.somemethod')
+ in Python code) now finds the doc of the method.
+
- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
- Issue #12514: Use try/finally to assure the timeit module restores garbage