On 01/17/2014 06:03 PM, Chris Angelico wrote: > 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. Good point. -- ~Ethan~