Author vdupras
Recipients jneb, vdupras
Date 2008-02-19.12:55:52
SpamBayes Score 0.027281
Marked as misclassified No
Message-id <1203425753.11.0.972429590235.issue1149798@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import hotshot
>>> hotshot.Profile('/tmp/hs').runctx('print len',{'__builtins__':
... __builtins__},{})
<built-in function len>
<hotshot.Profile instance at 0x6a940>
>>> 

Can we close this now?
History
Date User Action Args
2008-02-19 12:55:53vduprassetspambayes_score: 0.027281 -> 0.027281
recipients: + vdupras, jneb
2008-02-19 12:55:53vduprassetspambayes_score: 0.027281 -> 0.027281
messageid: <1203425753.11.0.972429590235.issue1149798@psf.upfronthosting.co.za>
2008-02-19 12:55:52vdupraslinkissue1149798 messages
2008-02-19 12:55:52vduprascreate