[issue8691] Doc: left alignment is not the default for numbers

2011-02-07 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r88365. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue8691] Doc: left alignment is not the default for numbers

2011-02-06 Thread Éric Araujo
Éric Araujo added the comment: Or to Doc/ACKS.txt, which I’ve recently discovered. -- nosy: +eric.araujo ___ Python tracker ___ ___ Py

[issue8691] Doc: left alignment is not the default for numbers

2011-02-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: Georg & Eric, I believe this simple patch is correct, and should go in 3.2. Westley, thanks for the patch. Numbers are right-aligned because that is the traditional default. The committer should add Westley Martinez to misc/ACKS -- versions: -Python

[issue8691] Doc: left alignment is not the default for numbers

2011-02-05 Thread Westley Martínez
Westley Martínez added the comment: It seems > is only the default for numbers. < is the default for strings, lists, sets, dicts, etc. I have made a patch, though Eric knows the exact semantics. I wonder what the rationale for having numbers use < is. -- keywords: +patch nosy: +aniko

[issue8691] Doc: left alignment is not the default for numbers

2010-05-21 Thread Georg Brandl
Georg Brandl added the comment: Eric should know the exact semantics best. -- assignee: d...@python -> eric.smith nosy: +eric.smith, georg.brandl ___ Python tracker ___ _

[issue8691] Doc: left alignment is not the default for numbers

2010-05-11 Thread Terry J. Reedy
New submission from Terry J. Reedy : As reported on python-list by Alan G Isaac, Lib Ref 6.1.3.1. Format Specification Mini-Language, for instance http://docs.python.org/dev/py3k/library/string.html#formatstrings wrongly says in the alignment section "'<'Forces the field to be left-aligned