On Sat, Jan 18, 2014 at 12:51 PM, Ethan Furman <[email protected]> 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 _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
