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 martin.panter
Recipients elias, ethan.furman, martin.panter, serhiy.storchaka
Date 2016-09-03.12:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472905644.09.0.302623025423.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry Elias for not explaining my commands. xclip was just my way of pasting the patch URL from the clipboard (that I copied from Firefox).

It is not clear if we are actually making a DeprecationWarning, or going down the road of changing all the stdlib. But if we do, there are a couple of bits of Serhiy’s patch that I would rewrite more plainly, e.g. bytearray(b'\0\0') * len(...) instead of bytearray(b'\0') * (2 * len(...)).
History
Date User Action Args
2016-09-03 12:27:24martin.pantersetrecipients: + martin.panter, ethan.furman, elias, serhiy.storchaka
2016-09-03 12:27:24martin.pantersetmessageid: <1472905644.09.0.302623025423.issue27923@psf.upfronthosting.co.za>
2016-09-03 12:27:24martin.panterlinkissue27923 messages
2016-09-03 12:27:23martin.pantercreate