Issue 15123: float().format() disregards given field width (original) (raw)
Issue15123
Created on 2012-06-21 11:14 by luismsgomes, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (1) | ||
---|---|---|
msg163325 - (view) | Author: Luís Gomes (luismsgomes) | Date: 2012-06-21 11:17 |
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: ' 1.2' |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:31 | admin | set | github: 59328 |
2012-06-21 11:19:49 | luismsgomes | set | status: open -> closedresolution: not a bug |
2012-06-21 11:17:30 | luismsgomes | set | messages: + |
2012-06-21 11:14:52 | luismsgomes | create |