[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-07-09 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-07-09 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 2a722d4fab6a9656f3c03cfdaf6d1684277b8af5 by Miss Islington (bot) in branch '3.10': bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) (GH-27079) https://github.com/python/cpython/commit/2a722d4fab6a9656f3c03cf

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-07-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25629 pull_request: https://github.com/python/cpython/pull/27079 ___ Python tracker _

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-07-09 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset f24777c2b329974b69d2a3bf5cfc37e0fcace36c by Pablo Galindo Salgado in branch 'main': bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) https://github.com/python/cpython/commit/f24777c2b329974b69d2a3bf5cfc37e0fc

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-06-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also issue43833. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mai

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-06-06 Thread wyz23x2
Change by wyz23x2 : -- type: behavior -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-06-05 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: PR 26555 does some improvements to your examples: >>> 0777 File "", line 1 0777 ^ SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers >>> 0 File "", line 1 0

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-06-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +25142 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26555 ___ Python tracker __

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-06-05 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- title: Problems of int literal SyntaxErrors -> Suggestion for better syntax errors in tokenizer errors ___ Python tracker ___