[issue6678] inspect.currentframe documentation omits optional depth parameter

Benjamin Peterson report at bugs.python.org
Mon Aug 9 05:06:01 CEST 2010


Benjamin Peterson <benjamin at python.org> added the comment:

Technically, inspect.currentframe() doesn't have a depth parameter. It's just implemented by aliasing to sys._getframe() which does.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6678>
_______________________________________


More information about the Python-bugs-list mailing list