summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-06 20:53:51 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-06 20:53:51 (GMT)
commitfeb8cade4df1eb0e8eaeb8e2661812fdf5edaa17 (patch)
treedcace98eb296dcf6a21dbd1292a05c21a866e70f /Misc/NEWS
parentcd52023e6fedbe4d5a07b4ded8bfbb4939e66953 (diff)
downloadcpython-feb8cade4df1eb0e8eaeb8e2661812fdf5edaa17.zip
cpython-feb8cade4df1eb0e8eaeb8e2661812fdf5edaa17.tar.gz
cpython-feb8cade4df1eb0e8eaeb8e2661812fdf5edaa17.tar.bz2
#3796: A test class was not run in test_float.
Reviewed by Benjamin.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85adaeb..83bbd49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,13 +114,15 @@ Extension Modules
Tests
-----
-- Issue 3768: Move test_py3kwarn over to the new API for catch_warnings().
+- Issue #3796: Some tests functions were not enabled in test_float.
+
+- Issue #3768: Move test_py3kwarn over to the new API for catch_warnings().
Build
-----
-- Issue 3758: Rename the 'check' target to 'patchcheck' so as to not clash with
- GNU build target guidelines.
+- Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash
+ with GNU build target guidelines.
What's New in Python 2.6 beta 3?