William Mill <bill.m...@gmail.com> added the comment:

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

----------
Added file: http://bugs.python.org/file18449/currentframe.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to