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 terry.reedy
Recipients barry, maxking, r.david.murray, terry.reedy
Date 2019-07-06.22:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562453199.89.0.798526931322.issue37491@roundup.psfhosted.org>
In-reply-to
Content
An Python exception is not a crash; a crash is the program stopping without an exception and proper cleanup.

If s is a string (rather than, for instance, None),
s and (s[0] == char) is equivalent to s[0:1] == char
History
Date User Action Args
2019-07-06 22:46:39terry.reedysetrecipients: + terry.reedy, barry, r.david.murray, maxking
2019-07-06 22:46:39terry.reedysetmessageid: <1562453199.89.0.798526931322.issue37491@roundup.psfhosted.org>
2019-07-06 22:46:39terry.reedylinkissue37491 messages
2019-07-06 22:46:39terry.reedycreate