[Python-Dev] Purpose of Doctests [Was: Best practices for Enum]
Ned Batchelder
ned at nedbatchelder.com
Mon May 20 02:04:03 CEST 2013
More information about the Python-Dev mailing list
Mon May 20 02:04:03 CEST 2013
- Previous message: [Python-Dev] Purpose of Doctests [Was: Best practices for Enum]
- Next message: [Python-Dev] Purpose of Doctests [Was: Best practices for Enum]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/19/2013 7:22 PM, Mark Janssen wrote: > On Sun, May 19, 2013 at 1:13 PM, Tres Seaver <tseaver at palladion.com> wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 05/19/2013 10:48 AM, Guido van Rossum wrote: >>> Anyway, if you're doing arithmetic on enums you're doing it wrong. >> Hmm, bitwise operations, even? > I think it's rather pointless to do bitwise operations on python > enums. We're not that close to the machine. It makes sense if the enums represent bit-oriented values that will be used close to the machine. Python is used in many disciplines. --Ned. > MarkJ > Tacoma, Washington > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: http://mail.python.org/mailman/options/python-dev/ned%40nedbatchelder.com >
- Previous message: [Python-Dev] Purpose of Doctests [Was: Best practices for Enum]
- Next message: [Python-Dev] Purpose of Doctests [Was: Best practices for Enum]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list