Add NEWS entry for 9aa6097131ef

This commit is contained in:
Antoine Pitrou 2011-03-23 23:02:31 +01:00
parent 293954dd76
commit e44b1258ea

View file

@ -161,6 +161,8 @@ Tools/Demos
Tests
-----
- Issue #11653: fix -W with -j in regrtest.
- Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
- Issue #11578: added test for the timeit module. Patch Michael Henry.