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

2011-02-07 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Fixed in r88365.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8691
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-02-06 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu 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 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8691
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-02-06 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Or to Doc/ACKS.txt, which I’ve recently discovered.

--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8691
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-02-05 Thread Westley Martínez

Westley Martínez aniko...@gmail.com 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: +anikom15
Added file: http://bugs.python.org/file20694/py3k-8691.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8691
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-05-21 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Eric should know the exact semantics best.

--
assignee: d...@python - eric.smith
nosy: +eric.smith, georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8691
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-05-11 Thread Terry J. Reedy

New submission from Terry J. Reedy tjre...@udel.edu:

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 within the available space (This is 
the default.)

This latter, of course, is not true for number fields.

(This is the default.) could be replaced by (the string default).
(in any case, the '.' should be outside the () unless one is added after 
'space' before '(') and (the number default) added to the next line. Or 
instead the issue of defaults could be addressed in the text below the table.

I am assuming that this issue affects 2.6/7.

--
assignee: d...@python
components: Documentation
messages: 105536
nosy: d...@python, tjreedy
priority: normal
severity: normal
status: open
title: Doc: left alignment is not the default for numbers
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8691
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com