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 mpaolini
Recipients Phillip.M.Feldman@gmail.com, mpaolini
Date 2020-09-07.21:33:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599514429.02.0.429273178768.issue41740@roundup.psfhosted.org>
In-reply-to
Content
This happens because the default value for the start argument is zero , hence the first operation is `0 + 'a'`
History
Date User Action Args
2020-09-07 21:33:49mpaolinisetrecipients: + mpaolini, Phillip.M.Feldman@gmail.com
2020-09-07 21:33:49mpaolinisetmessageid: <1599514429.02.0.429273178768.issue41740@roundup.psfhosted.org>
2020-09-07 21:33:49mpaolinilinkissue41740 messages
2020-09-07 21:33:48mpaolinicreate