Mark Dickinson <dicki...@gmail.com> added the comment:

Stefan, one other thought: please also bear in mind that we're restricted to 
Python 2.3 syntax in the 2.x version of decimal, so any post-Python 2.3-isms 
will have to be rewritten when the patch is backported.  (E.g., use of 
conditional expressions.)

While I don't see any particular reason for the 3.x version of decimal to 
restrict its syntax in this manner, it might be worth sticking to simple syntax 
just so that the 2.x and 3.x decimal versions don't differ too much, to make 
maintenance easier.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9136>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to