commit | 6032c2506376c76ae15064e64e077349c00e1c78 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Mar 30 18:49:45 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Mar 30 18:49:45 2010 +0000 |
tree | 59c1fa27a29bb25fa27e1f6ff3dc149cbbead358 | |
parent | 7e213255cee76f692dded963ec726b39319646c0 [diff] [blame] |
Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
diff --git a/Misc/NEWS b/Misc/NEWS index 5752318..e74d4ac 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -164,6 +164,8 @@ Tests ----- +- Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. + - Issue #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT).