commit | 9a528306b9ba967cfd04b23ac7b18fdb1091327d | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri Jul 29 17:34:35 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri Jul 29 17:34:35 2011 +0200 |
tree | 9cfc11e0e3da2db1fd1bd53ae2d01369d0225666 | |
parent | 271208e22536a0d2e736aa85eb8d6b97e903266c [diff] [blame] |
Make “pydoc somebuiltin.somemethod” work (#8887)
diff --git a/Misc/NEWS b/Misc/NEWS index de2cff5..fc4dfe9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,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