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 belopolsky
Recipients belopolsky, eli.bendersky, georg.brandl, terry.reedy
Date 2010-09-16.15:06:43
SpamBayes Score 1.4021351e-09
Marked as misclassified No
Message-id <1284649605.21.0.918075902239.issue9264@psf.upfronthosting.co.za>
In-reply-to
Content
> So I'm open to ideas and am willing to submit improved patches for 3.2

I offered some ideas in my last message.  In addition, I would like to see profile and trace documentation to converge to similar structure and use similar terminology.  In particular, I don't like "Run *cmd* under control of the Trace object" because Trace is not a debugger and does not "control" the execution.  I think the explanation at http://docs.python.org/dev/py3k/library/profile.html#cProfile.run is better.  On the other hand, I like "Programming Interface" as the title of the API section better than "Reference Manual" in profile docs.  I hope we can change both trace and profile sections and retain the best choices.
History
Date User Action Args
2010-09-16 15:06:45belopolskysetrecipients: + belopolsky, georg.brandl, terry.reedy, eli.bendersky
2010-09-16 15:06:45belopolskysetmessageid: <1284649605.21.0.918075902239.issue9264@psf.upfronthosting.co.za>
2010-09-16 15:06:44belopolskylinkissue9264 messages
2010-09-16 15:06:43belopolskycreate