forked from sublimehq/Packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Add support for some new syntax in Python 3.8 (sublimehq#2006)
* [Python] Support `=` debug indicator in f-strings New in Python 3.8. Upstream change: python/cpython@9a4135e * [Python] Support "positional args only" operator Added in Python 3.8 via https://www.python.org/dev/peps/pep-0570/.
- Loading branch information
1 parent
7abbdf7
commit bb649b0
Showing
3 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters