You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the numeric literals with underscores new in Python 3.6, because I need to deal with large integers. My Spyder version does not do syntax highlighting correctly with these numbers.
What steps will reproduce the problem?
Enter the integer x = 1_000_000 in the editor. The number does not get highlighted as literal like in x = 1000000.
Problem Description
I am using the numeric literals with underscores new in Python 3.6, because I need to deal with large integers. My Spyder version does not do syntax highlighting correctly with these numbers.
What steps will reproduce the problem?
Enter the integer
x = 1_000_000
in the editor. The number does not get highlighted as literal like inx = 1000000
.Package Versions
Dependencies
The text was updated successfully, but these errors were encountered: