[issue25483] Improve f-string implementation: FORMAT_VALUE opcode

Berker Peksag report at bugs.python.org
Tue Nov 3 15:48:29 EST 2015


Berker Peksag added the comment:

+   * ``(flags & 0x03) == 0x00``: *value* is formattedd as-is.

Just noticed a small typo: formattedd

Also, needs ``.. versionadded:: 3.6``

----------
nosy: +berker.peksag

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


More information about the Python-bugs-list mailing list