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 stutzbach
Recipients asvetlov, jimjjewett, kristjan.jonsson, pitrou, stutzbach
Date 2010-11-30.16:32:54
SpamBayes Score 0.0030351526
Marked as misclassified No
Message-id <1291134776.17.0.592547520989.issue10576@psf.upfronthosting.co.za>
In-reply-to
Content
> How about a string and a dict?  the string can be "start" and "stop"
> and we can add interesting information to the dict as you suggest.

I like where this is headed.  How about putting the string in the dict, too?

d['phase'] = 'start'
History
Date User Action Args
2010-11-30 16:32:56stutzbachsetrecipients: + stutzbach, jimjjewett, pitrou, kristjan.jonsson, asvetlov
2010-11-30 16:32:56stutzbachsetmessageid: <1291134776.17.0.592547520989.issue10576@psf.upfronthosting.co.za>
2010-11-30 16:32:54stutzbachlinkissue10576 messages
2010-11-30 16:32:54stutzbachcreate