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 belopolsky
Recipients belopolsky
Date 2010-11-24.15:25:23
SpamBayes Score 0.0010631533
Marked as misclassified No
Message-id <1290612325.35.0.372651063965.issue10521@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 'xyz'.center(20, '\U00100140')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: The fill character must be exactly one character long

str.ljust and str.rjust are similarly affected.
History
Date User Action Args
2010-11-24 15:25:25belopolskysetrecipients: + belopolsky
2010-11-24 15:25:25belopolskysetmessageid: <1290612325.35.0.372651063965.issue10521@psf.upfronthosting.co.za>
2010-11-24 15:25:23belopolskylinkissue10521 messages
2010-11-24 15:25:23belopolskycreate