[Python-Dev] %x formatting of floats - behaviour change since 3.4

Chris Angelico rosuav at gmail.com
Wed Jun 4 00:05:58 CEST 2014


On Wed, Jun 4, 2014 at 8:03 AM, Victor Stinner <victor.stinner at gmail.com> wrote:
> 2014-06-03 23:38 GMT+02:00 Chris Angelico <rosuav at gmail.com>:
>> Is this an intentional change? And if so, is it formally documented
>> somewhere? I don't recall seeing anything about it, but my
>> recollection doesn't mean much.
>
> Yes, it's intentional. See the issue for the rationale:
> http://bugs.python.org/issue19995

Thanks! I'll fix (in this case, simply remove) the test and cite that issue.

ChrisA


More information about the Python-Dev mailing list