mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Making it possible for static analysis tests to be skipped if the python version doesn't match.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Some special cases of Python 2.
|
||||
"""
|
||||
# python <= 2.7
|
||||
|
||||
# print is syntax:
|
||||
print 1
|
||||
|
||||
Reference in New Issue
Block a user