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 oodoo
Recipients
Date 2004-01-29.15:47:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python 2.3.3 (#1, Jan 13 2004, 17:45:56)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2

str and list still use __getslice__ / __setslice__ for
the binary form

foo = mystr[1:2]
mystr[1:2] = foo

instead of __getitem__ / __setitem__ with slice objects.

History
Date User Action Args
2007-08-23 14:19:41adminlinkissue887042 messages
2007-08-23 14:19:41admincreate