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 pitrou
Recipients alexandre.vassalotti, benjamin.peterson, pitrou, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2014-03-03.15:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393861006.69.0.709402904536.issue20015@psf.upfronthosting.co.za>
In-reply-to
Content
However, do note that the semantics will end up different from other uses of unicode. e.g.:

>>> "aa".strip(u"b")
u'aa'

In str.strip(), passing an unicode parameter returns an unicode string. In str.ljust(), passing an unicode parameter will return a byte string.
History
Date User Action Args
2014-03-03 15:36:46pitrousetrecipients: + pitrou, terry.reedy, vstinner, alexandre.vassalotti, benjamin.peterson, skrah, serhiy.storchaka
2014-03-03 15:36:46pitrousetmessageid: <1393861006.69.0.709402904536.issue20015@psf.upfronthosting.co.za>
2014-03-03 15:36:46pitroulinkissue20015 messages
2014-03-03 15:36:46pitroucreate