[Python-Dev] What's the status of PEP 515?
Eric V. Smith
eric at trueblade.com
Wed Sep 7 00:21:17 EDT 2016
More information about the Python-Dev mailing list
Wed Sep 7 00:21:17 EDT 2016
- Previous message (by thread): [Python-Dev] PEP 525, fourth update
- Next message (by thread): [Python-Dev] What's the status of PEP 515?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The implementation of '_' in numeric literals is here: http://bugs.python.org/issue26331 And to add '_' in int.__format__ is here: http://bugs.python.org/issue27080 But I don't want to add support in int.__format__ unless numeric literal support is added. So, Georg and Serhiy: is issue 26331 going to get committed? If so, I'll commit 27080 (or you can). I just don't want the second part of PEP 515 to not make the deadline if the first part makes it in at the last minute. Thanks! Eric.
- Previous message (by thread): [Python-Dev] PEP 525, fourth update
- Next message (by thread): [Python-Dev] What's the status of PEP 515?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list