[issue27672] x fromat of % operator broken in Python 3.5.2

Peter Tomcsanyi report at bugs.python.org
Wed Aug 3 07:44:02 EDT 2016


Peter Tomcsanyi added the comment:

So it is even worse, it is an "intentional break".

I will need to review a few thousands lines of code because of this.
I think that breaking others' code by redefining a "built-in" operator is acceptable when changing major versions (like 2 to 3), not minor ones (3.4 to 3.5).

----------
resolution: wont fix -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27672>
_______________________________________


More information about the Python-bugs-list mailing list