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 martin.panter
Recipients docs@python, kristjan.jonsson, martin.panter, yselivanov
Date 2015-12-05.01:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449278591.68.0.967181456834.issue14911@psf.upfronthosting.co.za>
In-reply-to
Content
Changes in throw-3x.v2.patch:

* Split into two signatures
* Added parallel coroutine.throw(value) signature
* *Value* should be an exception instance; drop mentioning other options
* Default value is instantiated from *type*
* __traceback__ can be cleared
* Dropped the example
* Update generator and coroutine doc strings with double signatures
History
Date User Action Args
2015-12-05 01:23:11martin.pantersetrecipients: + martin.panter, kristjan.jonsson, docs@python, yselivanov
2015-12-05 01:23:11martin.pantersetmessageid: <1449278591.68.0.967181456834.issue14911@psf.upfronthosting.co.za>
2015-12-05 01:23:11martin.panterlinkissue14911 messages
2015-12-05 01:23:11martin.pantercreate