- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message407748
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:02 | veky | set | recipients: + veky, rhettinger, aroberge, serhiy.storchaka, Spencer Brown, pablogsal, remi.lapeyre, miguendes, mishra.akash.myself |
| 2021-12-05 21:55:02 | veky | set | messageid: <1638741302.0.0.654708435791.issue44166@roundup.psfhosted.org> |
| 2021-12-05 21:55:01 | veky | link | issue44166 messages |
| 2021-12-05 21:55:01 | veky | create | |

