[issue13776] formatter_unicode.c still assumes ASCII

2012-01-12 Thread Eric V. Smith
Eric V. Smith added the comment: This is a duplicate of issue 13706. -- nosy: +eric.smith resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue13776] formatter_unicode.c still assumes ASCII

2012-01-12 Thread Jim Jewett
New submission from Jim Jewett : http://docs.python.org/library/string.html#format-specification-mini-language defines fill::= and the text also excludes '{'. It does not require that the fill character be ASCII. However, function parse_internal_render_format_spec http://hg.p