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 xwhhsprings
Recipients docs@python, xwhhsprings
Date 2013-10-11.10:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381486764.0.0.620307040551.issue19225@psf.upfronthosting.co.za>
In-reply-to
Content
also:

* GeneratorExit
* StopIteration
* VMSError (#ifdef __VMS)
* UnboundLocalError
* IndentationError
* TabError
* UnicodeError
* UnicodeDecodeError
* UnicodeEncodeError
* UnicodeTranslateError

* Warning;
* UserWarning;
* DeprecationWarning;
* PendingDeprecationWarning;
* SyntaxWarning;
* RuntimeWarning;
* FutureWarning;
* ImportWarning;
* UnicodeWarning;
* BytesWarning;

Or, erase `For completeness, here are all the variables' statement...?
History
Date User Action Args
2013-10-11 10:19:24xwhhspringssetrecipients: + xwhhsprings, docs@python
2013-10-11 10:19:24xwhhspringssetmessageid: <1381486764.0.0.620307040551.issue19225@psf.upfronthosting.co.za>
2013-10-11 10:19:23xwhhspringslinkissue19225 messages
2013-10-11 10:19:23xwhhspringscreate