mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
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.
This commit is contained in:
parent
e31e9cebc0
commit
bf72fe2650
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ Core and builtins
|
||||||
means all instances in library and 3rd-party modules, as well as in
|
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
|
your own code. As the PEP says, -Qnew is intended for use only in
|
||||||
educational environments with control over the libraries in use.
|
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
|
Extension modules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue