(original) (raw)
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
Python-Dev@python.org
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