[Python-Dev] PEP 461 Final? (original) (raw)

Ethan Furman ethan at stoneleaf.us
Sat Jan 18 03:14:52 CET 2014


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



More information about the Python-Dev mailing list