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, josh.r, r.david.murray, serhiy.storchaka, terry.reedy
Date 2014-03-15.06:01:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394863304.97.0.423669607762.issue20895@psf.upfronthosting.co.za>
In-reply-to
Content
AFAIK, bytes(int) is a remnant from times when bytes was mutable. Then bytes was split to non-mutable bytes and mutable bytearray and this constructor was forgotten. I'm +0 for deprecation.
History
Date User Action Args
2014-03-15 06:01:45serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, r.david.murray, ethan.furman, josh.r
2014-03-15 06:01:44serhiy.storchakasetmessageid: <1394863304.97.0.423669607762.issue20895@psf.upfronthosting.co.za>
2014-03-15 06:01:44serhiy.storchakalinkissue20895 messages
2014-03-15 06:01:44serhiy.storchakacreate