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 veky
Recipients Spencer Brown, aroberge, miguendes, mishra.akash.myself, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, veky
Date 2021-12-05.21:55:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638741302.0.0.654708435791.issue44166@roundup.psfhosted.org>
In-reply-to
Content
> fix typically isn't replacing s[i] with s[i - 5]

... especially since that will still raise IndexError (in case when i==15 and len(s)==10). ;-P
History
Date User Action Args
2021-12-05 21:55:02vekysetrecipients: + veky, rhettinger, aroberge, serhiy.storchaka, Spencer Brown, pablogsal, remi.lapeyre, miguendes, mishra.akash.myself
2021-12-05 21:55:02vekysetmessageid: <1638741302.0.0.654708435791.issue44166@roundup.psfhosted.org>
2021-12-05 21:55:01vekylinkissue44166 messages
2021-12-05 21:55:01vekycreate