[Python-Dev] PEP 461 Final?

Chris Angelico rosuav at gmail.com
Sat Jan 18 03:03:55 CET 2014


On Sat, Jan 18, 2014 at 12:51 PM, Ethan Furman <ethan at stoneleaf.us> wrote:
> It seems there are two possibilities with %a:
>
>   1) have it be ascii(repr(obj))

Wouldn't that be redundant? ascii() is already repr()-like.

ChrisA


More information about the Python-Dev mailing list