https://bugs.kde.org/show_bug.cgi?id=385422
Dominik Haumann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/syn | |tax-highlighting/0abe7dab20 | |4fc28d9ec9db43d22b684ce364d | |008 Resolution|--- |FIXED --- Comment #3 from Dominik Haumann <[email protected]> --- Git commit 0abe7dab204fc28d9ec9db43d22b684ce364d008 by Dominik Haumann. Committed on 01/02/2018 at 19:48. Pushed by dhaumann into branch 'master'. Support for underscores in numeric literals (Python 3.6) Summary: This patch adds support for underscores in numeric literals for Python 3.6 (from [[ https://www.python.org/dev/peps/pep-0515/ | PEP 515 ]]) Test Plan: Test different numbers with underscore in the code editor sample. an_int = 100_000_000 a_float = 100_0000_000.0 some_hex = 0xEAD2_DF24_3D Reviewers: #kate, dhaumann Reviewed By: #kate, dhaumann Subscribers: dhaumann, cullmann, #frameworks Tags: #framework_syntax_highlighting, #frameworks Differential Revision: https://phabricator.kde.org/D8371 M +5 -1 autotests/folding/test.py.fold M +5 -1 autotests/html/test.py.html M +5 -1 autotests/input/test.py M +5 -1 autotests/reference/test.py.ref M +5 -1 data/syntax/python.xml https://commits.kde.org/syntax-highlighting/0abe7dab204fc28d9ec9db43d22b684ce364d008 -- You are receiving this mail because: You are watching all bug changes.
