[Python-ideas] Enums

Barry Warsaw barry at python.org
Thu Jul 28 19:48:46 CEST 2011


On Jul 28, 2011, at 10:42 AM, Guido van Rossum wrote:

>I do, but maybe I myself qualify as an ancient module. :-)

>>> from __future__ import guido
  File "<stdin>", line 1
SyntaxError: future feature guido is not defined

Even more troubling though is

>>> from __future__ import bdfl
  File "<stdin>", line 1
SyntaxError: future feature bdfl is not defined

:)

>The bool-ness of ints is still used widely of course...

Yep, definitely.

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20110728/7d399a7b/attachment.pgp>


More information about the Python-ideas mailing list