Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jwilk/python-syntax-errors

Repository files navigation

This is a collection of no-op statements that are syntactically valid only since Python X.Y, for most X.Y ≥ 2.2.

For example:

0_0 # Python >= 3.6 is required

The idea is to put such a statement near the top of your file. If a user inadvertently ran the code against an older version, they would get a fairly helpful error message:

$ python3.5 since-3.6.py
 File "since-3.6.py", line 1
 0_0 # Python >= 3.6 is required
 ^
SyntaxError: invalid syntax

About

no-op statements syntactically valid only since Python X.Y

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /