[issue5534] Decimal __format__ reverses meaning of '<' and '>' alignment specs

Donald O'Donnell report at bugs.python.org
Sun Mar 22 07:35:43 CET 2009


New submission from Donald O'Donnell <upwestdon at gmail.com>:

decimal.py ver 2.6:
    line 5474 is "if align == '<':"  s/b  "if align == '>':"
    line 5476 is "if align == '>':"  s/b  "if align == '<':"

decimal.py ver 3.01:
    line 5578 is "if align == '<':"  s/b  "if align == '>':"
    line 5580 is "if align == '>':"  s/b  "if align == '<':"

----------
components: Library (Lib)
messages: 83958
nosy: donodonnell
severity: normal
status: open
title: Decimal __format__ reverses meaning of '<' and '>' alignment specs
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5534>
_______________________________________


More information about the Python-bugs-list mailing list