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-19.19:58:58
SpamBayes Score 0.18260317
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
for k in d.keys():
   return k   # needs to return a list
History
Date User Action Args
2008-07-19 19:58:59rhettingersetspambayes_score: 0.182603 -> 0.18260317
recipients: + rhettinger, georg.brandl, collinwinter, benjamin.peterson
2008-07-19 19:58:59rhettingersetspambayes_score: 0.182603 -> 0.182603
messageid: <[email protected]>
2008-07-19 19:58:58rhettingerlinkissue3417 messages
2008-07-19 19:58:58rhettingercreate