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 barry
Recipients barry, ethan.furman, ncoghlan, serhiy.storchaka
Date 2021-09-10.01:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3A38BBED-556D-42A1-A4EA-72A88D367976@python.org>
In-reply-to <1631235713.74.0.829670006549.issue45155@roundup.psfhosted.org>
Content
> Ah, signed=False by default, so (128).to_bytes() will work. But I still worry that it can provoke writing more errorprone code.

Can you elaborate on that?  Obviously no existing code will change behavior.  I really don’t expect people to write `(128).to_bytes(signed=True)` by accident.
History
Date User Action Args
2021-09-10 01:06:07barrysetrecipients: + barry, ncoghlan, ethan.furman, serhiy.storchaka
2021-09-10 01:06:07barrylinkissue45155 messages
2021-09-10 01:06:07barrycreate