diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-11-15 00:35:37 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-11-15 00:35:37 (GMT) |
commit | 9f9b46cec5a1272b7b12291a514ac7914bd171a3 (patch) | |
tree | 8ea419a2599a2974c7c3557b43856125be4e50bc /Misc | |
parent | 0ee1467704e0c6012df3b4da6dfceeaf61bc701d (diff) | |
download | cpython-9f9b46cec5a1272b7b12291a514ac7914bd171a3.zip cpython-9f9b46cec5a1272b7b12291a514ac7914bd171a3.tar.gz cpython-9f9b46cec5a1272b7b12291a514ac7914bd171a3.tar.bz2 |
Merged revisions 76279 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76279 | r.david.murray | 2009-11-14 19:23:21 -0500 (Sat, 14 Nov 2009) | 10 lines
Merged revisions 76276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76276 | r.david.murray | 2009-11-14 19:04:32 -0500 (Sat, 14 Nov 2009) | 3 lines
Issue 7324: add a sanity check to regrtest argument parsing to
catch the case of an option with no handler.
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -149,6 +149,9 @@ Extension Modules Tests ----- +- Issue #7324: add a sanity check to regrtest argument parsing to + catch the case of an option with no handler. + - Issue #6551: test_zipimport could import and then destroy some modules of the encodings package, which would make other tests fail further down the road because the internally cached encoders and decoders would point |