[Python-Dev] PEP 515: Underscores in Numeric Literals (original) (raw)
Andrew Barnert abarnert at yahoo.com
Thu Feb 11 13:29:22 EST 2016
- Previous message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Next message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 11, 2016, at 10:15, Andrew Barnert via Python-Dev <python-dev at python.org> wrote:
That's a good point: we need style rules for PEP 8.
One more point: should the tutorial mention underscores? It looks like the intro docs for a lot of the other languages do. And it would only take one short sentence in 3.1.1 Numbers to say that you can use underscores to make large numbers like 123_456.789_012 more readable.
- Previous message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Next message (by thread): [Python-Dev] PEP 515: Underscores in Numeric Literals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]