Javier Mansilla added the comment:
I merged my working copy with your patches and they look fine. I fixed a
typo on the method doc ("is" instead of "i") so I'm attaching my
inspect.py.diff patch
--
nosy: +javimansilla
Added file: http://bugs.python.org/file
Javier Mansilla added the comment:
Sorry, I attached the wrong file
The previous post saying "fixing typo" should attached inspect.py.diff.
This is the one.
Added file: http://bugs.python.org/file9445/test_inspect.py.diff
__
Tracker <[EMAIL PROT
Javier Mansilla added the comment:
My dear, what is wrong with my browser (or with me). Now, yes, the one
with the typo.
Added file: http://bugs.python.org/file9446/inspect.py.diff
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Javier Mansilla added the comment:
And now I'm attaching a new patch test_inspect.py.diff with a more
complete test coverage. You didn't add isgenerator nor
isgeneratorfunction tests. I did.
Added file: http://bugs.python.org/file9447/test_inspe