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 eli.bendersky
Recipients docs@python, eli.bendersky, nikratio, pje, tim.peters
Date 2013-09-05.15:57:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAF-Rda-62NbYLVFx9KqNGFoPtdAkUbqmCLDwJQw-D9pfC16Dgg@mail.gmail.com>
In-reply-to <5227CFDA.2050801@rath.org>
Content
On Wed, Sep 4, 2013 at 5:27 PM, Nikolaus Rath <report@bugs.python.org>wrote:

>
> Nikolaus Rath added the comment:
>
> On 09/04/2013 06:03 AM, Eli Bendersky wrote:
> > Why guess... did you try it in the code?
>
> I don't follow... why guess what? And try what in code?
>

I was referring to this part of the original report:

"""
This strongly suggests that the last-executed yield statement will raise an
exception if the generator is closed. If this is the case, it would be
great if the documentation could be extended to say what exception is
raised.

If this is not the case, it would be great if whatever magic is happening
could be documented as well.
"""

If this is the case, if this is not the case... I was just saying that you
can provide some sample code in the issue that demonstrates what *actually*
happens and whether it's not explained well enough in the documentation.
History
Date User Action Args
2013-09-05 15:57:57eli.benderskysetrecipients: + eli.bendersky, tim.peters, pje, nikratio, docs@python
2013-09-05 15:57:57eli.benderskylinkissue12704 messages
2013-09-05 15:57:57eli.benderskycreate