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
PythonImproved 3.0 work has officially started... with this tracking issue. Gotta start somewhere.
Move completely to .sublime-syntax (unofficial docs). The .YAML-tmLanguage files can be renamed .sublime-syntax without issues, or translated to .tmLanguage PLIST format with PackageDev.
Make more and better use of meta patterns, variables, stacks, and other .sublime-syntax enhancements for readability/maintainability
PythonImproved 3.0 work has officially started... with this tracking issue. Gotta start somewhere.
.sublime-syntax
(unofficial docs). The.YAML-tmLanguage
files can be renamed.sublime-syntax
without issues, or translated to.tmLanguage
PLIST format withPackageDev
..sublime-syntax
enhancements for readability/maintainability=
specifier from 3.8async
,await
in generators and comprehensions, are reserved keywords as of 3.7breakpoint()
:=
walrus operator for assignment expressionsThe text was updated successfully, but these errors were encountered: