What do you use as symbols for Python ?

gsteff greg.steffensen at gmail.com
Fri Nov 11 17:23:00 EST 2005


I've seen the following style in some code (the formencode library
comes to mind):

opened = object()
closed = object()
error = object()

Greg




More information about the Python-list mailing list