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 rhettinger
Recipients benjamin.peterson, collinwinter, georg.brandl, rhettinger
Date 2008-07-21.02:44:13
SpamBayes Score 0.09286341
Marked as misclassified No
Message-id <1216608255.47.0.794185130315.issue3417@psf.upfronthosting.co.za>
In-reply-to
Content
The example was mucked-up :(  The question is that when for-looping 
over d.keys/items etc, how you know that the body of the loop isn't 
going to mutate the dict?
History
Date User Action Args
2008-07-21 02:44:16rhettingersetspambayes_score: 0.0928634 -> 0.09286341
recipients: + rhettinger, georg.brandl, collinwinter, benjamin.peterson
2008-07-21 02:44:15rhettingersetspambayes_score: 0.0928634 -> 0.0928634
messageid: <1216608255.47.0.794185130315.issue3417@psf.upfronthosting.co.za>
2008-07-21 02:44:14rhettingerlinkissue3417 messages
2008-07-21 02:44:13rhettingercreate