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 kristjan.jonsson
Recipients docs@python, kristjan.jonsson, yselivanov
Date 2014-02-04.09:45:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391507112.42.0.966870633001.issue14911@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the docstring does not match the doc:
PyDoc_STRVAR(throw_doc,
"throw(typ[,val[,tb]]) -> raise exception in generator,\n\
return next yielded value or raise StopIteration.");

Should I change the docstring too?
History
Date User Action Args
2014-02-04 09:45:12kristjan.jonssonsetrecipients: + kristjan.jonsson, docs@python, yselivanov
2014-02-04 09:45:12kristjan.jonssonsetmessageid: <1391507112.42.0.966870633001.issue14911@psf.upfronthosting.co.za>
2014-02-04 09:45:12kristjan.jonssonlinkissue14911 messages
2014-02-04 09:45:12kristjan.jonssoncreate