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 lemburg
Recipients gvanrossum, lemburg, martin.panter, ncoghlan, terry.reedy
Date 2014-07-13.22:39:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Why are you removing guarantees like these from the str docs:

"The original string is returned if *width* is less than or equal to ``len(s)``."

?

This doesn't seem to have anything to do with documenting bytes and bytearrays.
History
Date User Action Args
2014-07-13 22:39:38lemburgsetrecipients: + lemburg, gvanrossum, terry.reedy, ncoghlan, martin.panter
2014-07-13 22:39:38lemburgsetmessageid: <[email protected]>
2014-07-13 22:39:38lemburglinkissue21777 messages
2014-07-13 22:39:38lemburgcreate