Ethan Furman added the comment:

What I'm hoping is to get agreement on what the behavior should be (unspecified 
format codes use str or repr, specified 
numeric codes use the value), and then persuade folks that int (or PyLong) is 
where that behavior should be kept (so int 
is subclass friendly) -- then IntEnum (and other int subclasses) don't have to 
worry about it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18738>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to