diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-16 06:53:09 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-16 06:53:09 (GMT) |
commit | 58e1e50be1c19975cdff92f0670b9cff985b2308 (patch) | |
tree | 394297e23700bfbc396597905351d6a12257d515 | |
parent | 743c85a32e3623fa1fcdeefc9e31e53d74d700db (diff) | |
download | cpython-58e1e50be1c19975cdff92f0670b9cff985b2308.zip cpython-58e1e50be1c19975cdff92f0670b9cff985b2308.tar.gz cpython-58e1e50be1c19975cdff92f0670b9cff985b2308.tar.bz2 |
typo
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -964,7 +964,7 @@ Extension Modules Tests ----- -- Issue # 10652: make tcl/tk tests run after __all__ test, patch by +- 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. |