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 ethan.furman, serhiy.storchaka, vstinner
Date 2016-04-15.10:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460715885.28.0.677081286676.issue26764@psf.upfronthosting.co.za>
In-reply-to
Content
Surprisingly the implementation in 3.5 is correct. But backporting tests exposed behavior change in bytearray formatting in 3.6. In 3.5 bytearray.__mod__ returns bytearray, in 3.6 it returns bytes. Is this intentional?
History
Date User Action Args
2016-04-15 10:24:45serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ethan.furman
2016-04-15 10:24:45serhiy.storchakasetmessageid: <1460715885.28.0.677081286676.issue26764@psf.upfronthosting.co.za>
2016-04-15 10:24:45serhiy.storchakalinkissue26764 messages
2016-04-15 10:24:45serhiy.storchakacreate