[Python-Dev] other "magic strings" issues

Skip Montanaro skip at pobox.com
Fri Nov 7 13:15:27 EST 2003


    Barry> I would love it if what happened really was something like:

    >>> from socket import *
    >>> print AF_UNIX
    socket.AF_UNIX
    >>> from errno import *
    >>> print EEXIST
    errno.EEXIST

http://manatee.mojam.com/~skip/python/ConstantMap.py

No metaclass wizardry needed.

i-didn't-even-know-i-owned-a-time-machine-ly y'rs,

Skip



More information about the Python-Dev mailing list