diff options
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) |
commit | e64e51bfa78cd8ec046e187a3214cd9d477fc65c (patch) | |
tree | 176555c53b96a68cccf2d8aac4b00515ec5776d0 /Misc | |
parent | 158d7696f3da163d0d96321120099456b0545716 (diff) | |
download | cpython-e64e51bfa78cd8ec046e187a3214cd9d477fc65c.zip cpython-e64e51bfa78cd8ec046e187a3214cd9d477fc65c.tar.gz cpython-e64e51bfa78cd8ec046e187a3214cd9d477fc65c.tar.bz2 |
Make “pydoc somebuiltin.somemethod” work (#8887)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |