[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks Brett! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-09 Thread Eric V. Smith
Eric V. Smith added the comment: I'm done with the formatting (issue 27080), so PEP 515 can be marked as final. -- ___ Python tracker ___

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-09 Thread Brett Cannon
Brett Cannon added the comment: All applied! And Eric said he will handle the patch for format() which should cover the other half of PEP 515. Once Eric's side is done I guess we can mark PEP 515 as final. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a881dafe335 by Brett Cannon in branch 'default': Issue #26331: Implement the parsing part of PEP 515. https://hg.python.org/cpython/rev/8a881dafe335 -- nosy: +python-dev ___ Python tracker

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-09 Thread Brett Cannon
Brett Cannon added the comment: I'll get this committed today (patch still applies and passes the tests, so it should only take addressing the review comments and the What's New entry). -- assignee: -> brett.cannon ___ Python tracker

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-08 Thread Georg Brandl
Georg Brandl added the comment: Please go ahead. Thanks for taking care of this! -- ___ Python tracker ___

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-08 Thread Brett Cannon
Changes by Brett Cannon : -- priority: normal -> deferred blocker ___ Python tracker ___

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-08 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +ned.deily priority: deferred blocker -> release blocker ___ Python tracker ___

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-09-08 Thread Brett Cannon
Brett Cannon added the comment: Georg, do you think you will be able to get this in for 3.6b1? If not I can commit it while I'm at the core sprint. I'll wait until tomorrow to see if you reply, otherwise I'm just going to address patch comments and then commit it on your behalf. --

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-08-22 Thread Xiang Zhang
Xiang Zhang added the comment: Hi Georg, I left several comments on Rietveld. Hope it helps. -- nosy: +xiang.zhang ___ Python tracker ___

[issue26331] PEP 515: Tokenizer: allow underscores for grouping in numeric literals

2016-08-17 Thread STINNER Victor
Changes by STINNER Victor : -- title: Tokenizer: allow underscores for grouping in numeric literals -> PEP 515: Tokenizer: allow underscores for grouping in numeric literals ___ Python tracker