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 r.david.murray
Recipients brendan-donegan, brendand, docs@python, r.david.murray, woo yoo
Date 2016-12-15.15:42:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481816531.85.0.213599139633.issue28976@psf.upfronthosting.co.za>
In-reply-to
Content
As I said, the language reference is a specification, not a tutorual.  The text as written is clear technical English.  You are correct that 'none' refers to the number of statements executed, but 'none' are executed when the statement is false, and 'all' are executed when the statement is true.  The fact that execution of a suite may be interrupted by an exception is covered elsewhere in the language reference and it would not enhance the documentation to repeat it here.

If other core developers think putting in the example is appropriate I'm not going to object, but I don't think they will.
History
Date User Action Args
2016-12-15 15:42:11r.david.murraysetrecipients: + r.david.murray, docs@python, woo yoo, brendan-donegan, brendand
2016-12-15 15:42:11r.david.murraysetmessageid: <1481816531.85.0.213599139633.issue28976@psf.upfronthosting.co.za>
2016-12-15 15:42:11r.david.murraylinkissue28976 messages
2016-12-15 15:42:11r.david.murraycreate