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 terry.reedy
Recipients Arfrever, ezio.melotti, jkloth, lemburg, mrabarnett, pitrou, r.david.murray, tchrist, terry.reedy
Date 2011-08-22.21:18:44
SpamBayes Score 0.0002864309
Marked as misclassified No
Message-id <1314047926.09.0.285756069566.issue12729@psf.upfronthosting.co.za>
In-reply-to
Content
I improved UTF16.__getitem__ to handle negative indexes and slices. The later uses the same adjustment as for indexes. An __iter__ method is not needed as str.__iter__ used __getitem__. I will take further discussion of this prototype to python-ideas list.
History
Date User Action Args
2011-08-22 21:18:46terry.reedysetrecipients: + terry.reedy, lemburg, pitrou, jkloth, ezio.melotti, mrabarnett, Arfrever, r.david.murray, tchrist
2011-08-22 21:18:46terry.reedysetmessageid: <1314047926.09.0.285756069566.issue12729@psf.upfronthosting.co.za>
2011-08-22 21:18:45terry.reedylinkissue12729 messages
2011-08-22 21:18:45terry.reedycreate