Issue 1617691: Extended slicing for UserString (original) (raw)

Issue1617691

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

Files
File name Uploaded Description Edit
noslice.userstring.diff twouters,2006-12-18 03:42
Messages (2)
msg51565 - (view) Author: Thomas Wouters (twouters) * (Python committer) Date: 2006-12-18 03:42
- Add extended slicing support to UserString.UserString. - Add support for step-1 slice assignment using slice objects to UserString.MutableString. - Add tests for extended slicing support to all string_tests (now that all string types support it) - Add tests for the limited extended slice assignment support in MutableString.
msg55368 - (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: 44352
2007-08-28 15:30:34 twouters set status: open -> closedassignee: twoutersresolution: fixedmessages: +
2006-12-18 03:42:16 twouters create