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 llimllib
Recipients docs@python, georg.brandl, llimllib, terry.reedy
Date 2010-08-09.01:05:28
SpamBayes Score 3.2368023e-06
Marked as misclassified No
Message-id <1281315932.27.0.752006789124.issue6678@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the patch to be based on the py3k branch, and updated the sys module's documentation for _getframe, since inspect just aliases sys._getframe to currentframe().

I've updated the argument list of both inspect.currentframe and sys._getframe to reflect that depth isn't an optional argument, but one with a default value; this matches more closely with the other documentation in those two modules.

Also, the function signature is automatically italicized; here's a screenshot of what it looks like: http://img.skitch.com/20100809-xddf43hy2ifxc3b2an4ae85fre.jpg
History
Date User Action Args
2010-08-09 01:05:32llimllibsetrecipients: + llimllib, georg.brandl, terry.reedy, docs@python
2010-08-09 01:05:32llimllibsetmessageid: <1281315932.27.0.752006789124.issue6678@psf.upfronthosting.co.za>
2010-08-09 01:05:30llimlliblinkissue6678 messages
2010-08-09 01:05:29llimllibcreate