Message212644
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. |
|
Date |
User |
Action |
Args |
2014-03-03 15:36:46 | pitrou | set | recipients:
+ pitrou, terry.reedy, vstinner, alexandre.vassalotti, benjamin.peterson, skrah, serhiy.storchaka |
2014-03-03 15:36:46 | pitrou | set | messageid: <1393861006.69.0.709402904536.issue20015@psf.upfronthosting.co.za> |
2014-03-03 15:36:46 | pitrou | link | issue20015 messages |
2014-03-03 15:36:46 | pitrou | create | |
|