summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-12-11 21:43:14 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-12-11 21:43:14 (GMT)
commitbf72fe2650ccbf02dba2e52326effde7597c8633 (patch)
tree068715f9c6dff17d3d34c0b6c97be31ee61b0002
parente31e9cebc07ae18cddee19fa16451ebfc68267fd (diff)
downloadcpython-bf72fe2650ccbf02dba2e52326effde7597c8633.zip
cpython-bf72fe2650ccbf02dba2e52326effde7597c8633.tar.gz
cpython-bf72fe2650ccbf02dba2e52326effde7597c8633.tar.bz2
Added -Qnew news about the test_coercion.py failure. That's the only test
that still fails under -Qnew, and is so tied to details of current behavior that fixing it before new division becomes the default is impractical.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ecdef48..4675054 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,10 @@ Core and builtins
means all instances in library and 3rd-party modules, as well as in
your own code. As the PEP says, -Qnew is intended for use only in
educational environments with control over the libraries in use.
+ Note that test_coercion.py in the standard Python test suite fails
+ under -Qnew; this is expected, and won't be repaired until true
+ division becomes the default (in the meantime, test_coercion is
+ testing the current rules).
Extension modules