commit | e64e51bfa78cd8ec046e187a3214cd9d477fc65c | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri Jul 29 17:03:55 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri Jul 29 17:03:55 2011 +0200 |
tree | 176555c53b96a68cccf2d8aac4b00515ec5776d0 | |
parent | 158d7696f3da163d0d96321120099456b0545716 [diff] [blame] |
Make “pydoc somebuiltin.somemethod” work (#8887)
diff --git a/Misc/NEWS b/Misc/NEWS index 022c90d..1021df7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ 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