[issue15123] float().__format__() disregards given field width

2012-06-21 Thread Luís Gomes
Changes by Luís Gomes : -- nosy: luismsgomes priority: normal severity: normal status: open title: float().__format__() disregards given field width versions: Python 3.2 ___ Python tracker <http://bugs.python.org/issue15

[issue15123] float().__format__() disregards given field width

2012-06-21 Thread Luís Gomes
New submission from Luís Gomes : Python 3.2.3 (default, May 3 2012, 15:51:42) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> 1.2.__format__('2.2') '1.2' I expected: '

[issue15123] float().__format__() disregards given field width

2012-06-21 Thread Luís Gomes
Changes by Luís Gomes : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue15123> ___ ___ Python-bugs-list