summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-29 15:03:55 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-29 15:03:55 (GMT)
commite64e51bfa78cd8ec046e187a3214cd9d477fc65c (patch)
tree176555c53b96a68cccf2d8aac4b00515ec5776d0 /Misc
parent158d7696f3da163d0d96321120099456b0545716 (diff)
downloadcpython-e64e51bfa78cd8ec046e187a3214cd9d477fc65c.zip
cpython-e64e51bfa78cd8ec046e187a3214cd9d477fc65c.tar.gz
cpython-e64e51bfa78cd8ec046e187a3214cd9d477fc65c.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 022c90d..1021df7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,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