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 benjamin.peterson, docs@python, georg.brandl, llimllib, terry.reedy
Date 2010-08-09.03:28:06
SpamBayes Score 0.00012239297
Marked as misclassified No
Message-id <1281324489.66.0.825569520097.issue6678@psf.upfronthosting.co.za>
In-reply-to
Content
Terry: fair enough, I'll add that it's required to be an integer. 

I just meant that the brackets seemed not to be around other keyword arguments, not that it's not optional, sorry for being unclear.

Ben and/or Terry: Would you prefer the inspect.currentframe docs to say something like:

Returns an alias to :func:`sys._getframe` if it exists, otherwise returns a function which always returns ``None``

? I see that as more accurate, but perhaps not as useful to a user of the library who then has to go read the documentation for sys._getframe to find out what the function does.
History
Date User Action Args
2010-08-09 03:28:09llimllibsetrecipients: + llimllib, georg.brandl, terry.reedy, benjamin.peterson, docs@python
2010-08-09 03:28:09llimllibsetmessageid: <1281324489.66.0.825569520097.issue6678@psf.upfronthosting.co.za>
2010-08-09 03:28:07llimlliblinkissue6678 messages
2010-08-09 03:28:06llimllibcreate