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 amaury.forgeotdarc, belopolsky, benjamin.peterson, bmiller, loewis, rhettinger
Date 2008-06-17.08:12:36
SpamBayes Score 0.18897355
Marked as misclassified No
Message-id <1213690367.38.0.267135517143.issue2610@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also -1 on the patch and think it is the wrong solution.  

Efforts should probably be directed at hooking the output of the 
interactive interpreter.  We already have code that suppresses None 
return values and assigns results to "_".  That same code can also add 
custom interactive reporting for a few, known iterators.
History
Date User Action Args
2008-06-17 08:12:48rhettingersetspambayes_score: 0.188974 -> 0.18897355
recipients: + rhettinger, loewis, amaury.forgeotdarc, belopolsky, benjamin.peterson, bmiller
2008-06-17 08:12:47rhettingersetspambayes_score: 0.188974 -> 0.188974
messageid: <1213690367.38.0.267135517143.issue2610@psf.upfronthosting.co.za>
2008-06-17 08:12:45rhettingerlinkissue2610 messages
2008-06-17 08:12:44rhettingercreate