Merged revisions 79502 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79502 | antoine.pitrou | 2010-03-30 20:49:45 +0200 (mar., 30 mars 2010) | 4 lines
Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b76321..d6a0292 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -956,6 +956,8 @@
Tests
-----
+- Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
+
- Issue #8180 and #8207: Fix test_pep277 on OS X and add more tests for special
Unicode normalization cases.