[issue18738] String formatting (% and str.format) issues with Enum

Ethan Furman report at bugs.python.org
Fri Aug 16 10:01:13 CEST 2013


Ethan Furman added the comment:

This patch contains the previous patch, plus a fix and tests for %i, %d, and %u formatting, and tests only for %f formatting (nothing to fix there, but don't want it breaking in the future ;) .

----------
Added file: http://bugs.python.org/file31311/issue18738.stoneleaf.02.patch

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


More information about the Python-bugs-list mailing list