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 brett.cannon, larry, pitrou
Date 2014-10-12.03:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413085577.0.0.104258440419.issue22615@psf.upfronthosting.co.za>
In-reply-to
Content
Patch attached.  Brett was using a feature that didn't exist, so I'm not sure how it could have worked for him.  But it was a reasonable implicit feature request, and easy to implement, so here we are.

I'm not sure what's causing the churn in "bytesobject.c" here.  It looks like someone changed the Clinic block in a way that it produces the same output, but didn't bother to run Clinic on it and check it in.
History
Date User Action Args
2014-10-12 03:46:17larrysetrecipients: + larry, brett.cannon, pitrou
2014-10-12 03:46:16larrysetmessageid: <1413085577.0.0.104258440419.issue22615@psf.upfronthosting.co.za>
2014-10-12 03:46:16larrylinkissue22615 messages
2014-10-12 03:46:16larrycreate