[issue19289] Incorrect documentation for format's fill character.

2013-10-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue19289] Incorrect documentation for format's fill character.

2013-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset e3ff2065c548 by Ezio Melotti in branch '3.3': #19238, #19289: fix description of the align and fill values of the format specification. http://hg.python.org/cpython/rev/e3ff2065c548 New changeset f52892642c15 by Ezio Melotti in branch 'default': #1

[issue19289] Incorrect documentation for format's fill character.

2013-10-20 Thread Ezio Melotti
Ezio Melotti added the comment: I uploaded a patch on #19238 that also fixes this. -- stage: -> patch review type: -> enhancement ___ Python tracker ___ ___

[issue19289] Incorrect documentation for format's fill character.

2013-10-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19289] Incorrect documentation for format's fill character.

2013-10-18 Thread Eric V. Smith
Eric V. Smith added the comment: See also issue 19238. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue19289] Incorrect documentation for format's fill character.

2013-10-18 Thread Eric V. Smith
New submission from Eric V. Smith: In http://docs.python.org/library/string.html#format-specification-mini-language, it says "The fill character can be any character other than ‘{‘ or ‘}’." But that's not actually true. It's only true when using str.format, as it does the parsing and the { an