mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 06:04:54 +08:00
Get tox -e py27 working.
This commit is contained in:
@@ -8,3 +8,7 @@ foo = ur'This is not possible in Python 3.'
|
||||
# This is actually printing a tuple.
|
||||
#: E275:5
|
||||
print(1, 2)
|
||||
|
||||
# True and False are not keywords in Python 2 and therefore there's no need for
|
||||
# a space.
|
||||
norman = True+False
|
||||
|
||||
Reference in New Issue
Block a user