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-09.16:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562690837.6.0.0734373072673.issue37491@roundup.psfhosted.org>
In-reply-to
Content
Also, quotes should be attributed to a file and patch snipped should indicate the target.  

As for the bug, the author(s) of the expressions "value[1:]" and "value[0]" presumably *expected* value to initially have length 2 so that it would be be non-empty after clipping.  In the absence of additional information, it is possible that the bug is in the unquoted code that produced value.  This is potentially true whenever a function or expession raises.
History
Date User Action Args
2019-07-09 16:47:17terry.reedysetrecipients: + terry.reedy, barry, r.david.murray, maxking
2019-07-09 16:47:17terry.reedysetmessageid: <1562690837.6.0.0734373072673.issue37491@roundup.psfhosted.org>
2019-07-09 16:47:17terry.reedylinkissue37491 messages
2019-07-09 16:47:17terry.reedycreate