xiscu added the comment:
This is also my first contribution.
The attached file is a diff against :
- http://code.python.org/hg/branches/py3k/
The actual tip was:
- 9489:4db13b4e76aa
The patch adds only a test that triggers the issue.
Please feel free to comment on that commit (so I can
New submission from xiscu :
On 01/07/2011 08:41 PM, Python tracker wrote:
> To complete your registration of the user "xiscu" with
> Python tracker, please do one of the following:
>
> - send a reply to rep...@bugs.python.org and maintain the subject line as is
> (the
New submission from xiscu :
In the documentation the is:
...
>>>generator.throw(TypeError, "spam")
TypeError('spam',)
>>> generator.close()
Don't forget to clean up when 'close()' is called.
...
I'm getting:
>>>genera