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:42:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
 - 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.
History
Date User Action Args
2007-08-23 15:55:49adminlinkissue1617691 messages
2007-08-23 15:55:49admincreate