Hi,
For 1 or 2 years, I'm getting spam messages from "Daniel Scott". It
started with empty replies to multiple Python mailing lists. Mailing
list owners: please block his email address. I never ever saw any
useless message from this name (sorry if a real Daniel Scott plans to
contribute to Python
Ethan Furman writes:
> `int.from_bytes` methods, and is an appropriate name for the target
> domain (where bytes are treated as characters).
The relevant domains treat bytes as bytes. It's frequently useful
(and dare I say "Pythonic"?) for *programmers* to take advantage of
the mnemonic of tre
ACTIVITY SUMMARY (2021-09-03 - 2021-09-10)
Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open7376 (-33)
closed 49524 (+105)
total 56900 (+72)
Open issues w
PEP 663 is presented below for your viewing pleasure.
Comments, questions, and concerns are welcome.
PEP: 663
Title: Improving and Standardizing Enum str(), repr(), and format() behaviors
Version: $Revision$
Last-M
On 9/9/21 12:04 PM, Terry Reedy wrote:
> Except that .to_bytes already exists, and arguably should have had such
defaults from the
> beginning, making any new function to do the same thing superfluous.
New functions aren't always about new functionality; sometimes they are about
increased usab