Issue 1617682: specialcase simple sliceobj in tuple/str/unicode (original) (raw)

Issue1617682

Created on 2006-12-18 03:23 by twouters, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
noslice.string.diff twouters,2006-12-18 03:23
Messages (2)
msg51562 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-12-18 03:23
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.)
msg55367 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2007-08-28 15:30
Committed revision 57619.
History
Date User Action Args
2022-04-11 14:56:21 admin set github: 44350
2007-08-28 15:30:02 twouters set status: open -> closedassignee: twoutersresolution: fixedmessages: +
2006-12-18 03:23:04 twouters create