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 Tyler.B
Recipients Tyler.B, docs@python, georg.brandl, nedbat
Date 2013-10-16.00:50:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381884610.87.0.887747400998.issue19184@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a revised suggestion that has the order changed. I have additional concerns but please provide comment on this revision. Thanks

# 2.7
"Raises an exception. argc indicates the number of parameters to the raise statement, ranging from 0 to 3. The parameters can consist of None as TOS1, the exception as TOS2, the value as TOS3, and the traceback as TOS4."

# 3.4  
"Raises an exception. argc indicates the number of parameters to the raise statement, ranging from 0 to 2. The parameters can consist of None as TOS1, the exception as TOS2, and the cause as TOS3."
History
Date User Action Args
2013-10-16 00:50:11Tyler.Bsetrecipients: + Tyler.B, georg.brandl, nedbat, docs@python
2013-10-16 00:50:10Tyler.Bsetmessageid: <1381884610.87.0.887747400998.issue19184@psf.upfronthosting.co.za>
2013-10-16 00:50:10Tyler.Blinkissue19184 messages
2013-10-16 00:50:10Tyler.Bcreate