diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-16 06:37:06 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-16 06:37:06 (GMT) |
commit | 743c85a32e3623fa1fcdeefc9e31e53d74d700db (patch) | |
tree | d34a29b501769fac0d912db2fbdb39bd404403e8 /Misc | |
parent | 612528d95db89c9e728db979c65ed7d774291ba1 (diff) | |
download | cpython-743c85a32e3623fa1fcdeefc9e31e53d74d700db.zip cpython-743c85a32e3623fa1fcdeefc9e31e53d74d700db.tar.gz cpython-743c85a32e3623fa1fcdeefc9e31e53d74d700db.tar.bz2 |
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -964,6 +964,9 @@ Extension Modules Tests ----- +- Issue # 10652: make tcl/tk tests run after __all__ test, patch by + Zachary Ware. + - Issue #11963: remove human verification from test_parser and test_subprocess. - Issue #11732: add a new suppress_crash_popup() context manager to test.support |