Raymond Hettinger wrote:
[snip..]
P.S. One place to attach the constants is to the function object, so
we would write:
x = round(3.1) # ROUND_TO_EVEN
x = round(3.1, round.CEIL)
. . .
Or Python could gain a first class enumeration structure, a type which has
proved useful in other languages. ;-)
Michael Foord
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk
--
http://www.manning.com/foord
http://www.voidspace.org.uk
http://www.ironpython.info
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com