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 larry
Recipients larry, serhiy.storchaka, zach.ware
Date 2015-05-04.15:07:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here's a freshened version of the patch.  I updated the Clinic HOWTO.

Serhiy: You're right, length and zeroes always have the same value.  Would you ever want length without allowing zeroes?  Like, in the future, would we ever want
    str(length=True)
so we're passed in the length but we still don't want to allow zeroes?
History
Date User Action Args
2015-05-04 15:07:38larrysetrecipients: + larry, zach.ware, serhiy.storchaka
2015-05-04 15:07:38larrysetmessageid: <[email protected]>
2015-05-04 15:07:38larrylinkissue24000 messages
2015-05-04 15:07:38larrycreate