This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients asvetlov, mark.dickinson, skrah, yselivanov
Date 2013-01-15.12:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358253120.15.0.768297700819.issue16422@psf.upfronthosting.co.za>
In-reply-to
Content
In the absence of an enum type, string constants are nicer to read in
the REPL, so here's a patch. Translating between strings and ints is
fast if you use the module constants.
History
Date User Action Args
2013-01-15 12:32:00skrahsetrecipients: + skrah, mark.dickinson, asvetlov, yselivanov
2013-01-15 12:32:00skrahsetmessageid: <1358253120.15.0.768297700819.issue16422@psf.upfronthosting.co.za>
2013-01-15 12:32:00skrahlinkissue16422 messages
2013-01-15 12:31:59skrahcreate