mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-19 23:10:16 +08:00
We can now also test certain problems with python 2.
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
import sys
|
||||||
|
|
||||||
|
print 1, 2 >> sys.stdout
|
||||||
|
|
||||||
|
|
||||||
|
foo = ur'This is not possible in Python 3.'
|
||||||
Reference in New Issue
Block a user