Message 51562 - Python tracker (original) (raw)
Message51562
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 | twouters |
|---|---|
| Recipients | |
| Date | 2006-12-18.03:23:04 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content |
|---|
| Specialcase the step=1 (and step-None) case of slice-object handling in tuple, string and unicode objects -- like it is already specialcased for simple slices. (backported from the p3yk-noslice branch.) |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 15:55:48 | admin | link | issue1617682 messages |
| 2007-08-23 15:55:48 | admin | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜