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 akuchling
Recipients MLModel, akuchling, marcin.bachry
Date 2010-04-02.17:05:09
SpamBayes Score 7.1278955e-05
Marked as misclassified No
Message-id <1270227912.94.0.617711409993.issue4440@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your bug report and patch!

The original 2.x version was pretty ugly code with a lambda that used default arguments, so I rewrote the line to be more modern; it now does 
' all((x in abbrevs) for x in line.split())'.

Committed my version to trunk to r79603, and to 3.x trunk in r79604.

(A lot of pstats.py is pretty old-looking and could be tied up.)
History
Date User Action Args
2010-04-02 17:05:13akuchlingsetrecipients: + akuchling, MLModel, marcin.bachry
2010-04-02 17:05:12akuchlingsetmessageid: <1270227912.94.0.617711409993.issue4440@psf.upfronthosting.co.za>
2010-04-02 17:05:10akuchlinglinkissue4440 messages
2010-04-02 17:05:10akuchlingcreate