diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-17 00:23:58 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-17 00:23:58 (GMT) |
commit | 49cb9593a0ae4da35c44fa46636e4a11acd2581a (patch) | |
tree | ebf25a0db0ec31ce977d39b8b7ca6deb3bd26711 /Misc | |
parent | c95ec3d560dd21e678958016aa46313f619b83e7 (diff) | |
download | cpython-49cb9593a0ae4da35c44fa46636e4a11acd2581a.zip cpython-49cb9593a0ae4da35c44fa46636e4a11acd2581a.tar.gz cpython-49cb9593a0ae4da35c44fa46636e4a11acd2581a.tar.bz2 |
Add missing NEWS item for previous commit
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -239,6 +239,9 @@ Tools/Demos Tests ----- +- New test_crashers added to exercise the scripts in the Lib/test/crashers + directory and confirm they fail as expected + - Issue #11578: added test for the timeit module. Patch Michael Henry. - Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea. |