]> granicus.if.org Git - python/commit
Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Jun 2008 20:54:32 +0000 (20:54 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 19 Jun 2008 20:54:32 +0000 (20:54 +0000)
commit9196dc66ae57a7cb751a42d49e5ab6038c916ff7
tree55fceff4c687701a6b69b565fed5efd13b26913c
parentad4afeb02112e0b6ec41a879feb1946ad0ef2b64
Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120...
now it silently ignores modules it cannot scan or import.
Lib/pydoc.py
Misc/NEWS