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 serhiy.storchaka
Recipients kbk, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy, tim.peters
Date 2013-12-10.07:59:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386662376.6.0.672540049353.issue19481@psf.upfronthosting.co.za>
In-reply-to
Content
Good suggestion Terry. And for unicode in 2.7 we can use unicode.__getslice__(s, None, None) (because there is no unicode.__unicode__).
History
Date User Action Args
2013-12-10 07:59:36serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, terry.reedy, kbk, ned.deily, roger.serwy
2013-12-10 07:59:36serhiy.storchakasetmessageid: <1386662376.6.0.672540049353.issue19481@psf.upfronthosting.co.za>
2013-12-10 07:59:36serhiy.storchakalinkissue19481 messages
2013-12-10 07:59:36serhiy.storchakacreate