Actions
Feature #18410
openProposal to make inspect include underscores on numerics
Feature #18410:
Proposal to make inspect include underscores on numerics
Status:
Open
Assignee:
-
Target version:
-
Description
The documentation for inspect reads "Returns a string containing a human-readable representation of obj." but for large numerical values, while 964218442 is human-readable, 964_218_442 is a lot more readable. The language allows the use of underscores to make numbers more readable, so why should inspect not also honour this?
Happy to provide a patch if this would be an acceptable change.
Actions