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 gpolo
Recipients bethard, djc, gpolo, gward, rhettinger
Date 2008-03-23.21:47:44
SpamBayes Score 0.26557598
Marked as misclassified No
Message-id <1206308865.56.0.944022474414.issue2444@psf.upfronthosting.co.za>
In-reply-to
Content
I consider iterating over opts to be nicer and more pythonic than using
vars(opts), since the latter is just a mask over the ugly opts.__dict__
History
Date User Action Args
2008-03-23 21:47:45gpolosetspambayes_score: 0.265576 -> 0.26557598
recipients: + gpolo, gward, rhettinger, bethard, djc
2008-03-23 21:47:45gpolosetspambayes_score: 0.265576 -> 0.265576
messageid: <1206308865.56.0.944022474414.issue2444@psf.upfronthosting.co.za>
2008-03-23 21:47:44gpololinkissue2444 messages
2008-03-23 21:47:44gpolocreate