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 serhiy.storchaka
Recipients martin.panter, r.david.murray, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-07-22.18:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469212355.01.0.838945559929.issue27572@psf.upfronthosting.co.za>
In-reply-to
Content
No, the fix was applied to all maintained versions (2.7 and 3.4+). This means that we need some deprecation period before dropping this feature (if decide to drop it).

What about other Python implementations? Are they support byte-likes objects besides bytes and bytearray? Do they correctly handle embedded NUL and not-NUL-terminated buffers?
History
Date User Action Args
2016-07-22 18:32:35serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, r.david.murray, martin.panter, xiang.zhang
2016-07-22 18:32:35serhiy.storchakasetmessageid: <1469212355.01.0.838945559929.issue27572@psf.upfronthosting.co.za>
2016-07-22 18:32:34serhiy.storchakalinkissue27572 messages
2016-07-22 18:32:34serhiy.storchakacreate