New submission from Donald O'Donnell <upwest...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5534>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to