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 belopolsky, pitrou
Date 2010-11-24.15:33:42
SpamBayes Score 0.00013788848
Marked as misclassified No
Message-id <1290612823.89.0.808626412832.issue10521@psf.upfronthosting.co.za>
In-reply-to
Content
The question is, what should it do with such an input? Pretend it's a single char (but other chars in the source string won't get the same treatment)? Treat it as a two-char string (but then center() and friends should logically be extended to accept strings of arbitrary lengths)?
History
Date User Action Args
2010-11-24 15:33:43pitrousetrecipients: + pitrou, belopolsky
2010-11-24 15:33:43pitrousetmessageid: <1290612823.89.0.808626412832.issue10521@psf.upfronthosting.co.za>
2010-11-24 15:33:42pitroulinkissue10521 messages
2010-11-24 15:33:42pitroucreate