diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-19 20:54:32 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-19 20:54:32 (GMT) |
commit | 9196dc66ae57a7cb751a42d49e5ab6038c916ff7 (patch) | |
tree | 55fceff4c687701a6b69b565fed5efd13b26913c /Misc | |
parent | ad4afeb02112e0b6ec41a879feb1946ad0ef2b64 (diff) | |
download | cpython-9196dc66ae57a7cb751a42d49e5ab6038c916ff7.zip cpython-9196dc66ae57a7cb751a42d49e5ab6038c916ff7.tar.gz cpython-9196dc66ae57a7cb751a42d49e5ab6038c916ff7.tar.bz2 |
Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120...
now it silently ignores modules it cannot scan or import.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -4,6 +4,21 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's new in Python 3.0b2? +=========================== + +*Release date: XX-XXX-2008* + +Core and Builtins +----------------- + +Library +------- + +- Issue #3145: help("modules whatever") failed when trying to load the source + code of every single module of the standard library, including invalid files + used in the test suite. + What's new in Python 3.0b1? =========================== |