[Python-Dev] What's the status of PEP 515? (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Wed Sep 7 05:09:27 EDT 2016
- Previous message (by thread): [Python-Dev] What's the status of PEP 515?
- Next message (by thread): [Python-Dev] Make "global after use" a SyntaxError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 07.09.16 07:21, Eric V. Smith wrote:
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.
I had not much time last weeks to make a review of such large patches. I'm going to make a review today. In any case I think the patch is good in general, and if there are any bugs we can fix them in the beta stage.
- Previous message (by thread): [Python-Dev] What's the status of PEP 515?
- Next message (by thread): [Python-Dev] Make "global after use" a SyntaxError
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]