diff options
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) |
commit | 9a528306b9ba967cfd04b23ac7b18fdb1091327d (patch) | |
tree | 9cfc11e0e3da2db1fd1bd53ae2d01369d0225666 /Misc | |
parent | 271208e22536a0d2e736aa85eb8d6b97e903266c (diff) | |
download | cpython-9a528306b9ba967cfd04b23ac7b18fdb1091327d.zip cpython-9a528306b9ba967cfd04b23ac7b18fdb1091327d.tar.gz cpython-9a528306b9ba967cfd04b23ac7b18fdb1091327d.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
@@ -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 |