We can now also test certain problems with python 2.

This commit is contained in:
Dave Halter
2017-07-10 23:57:36 +02:00
parent 069e9b57f2
commit 20fdc18ec5

View File

@@ -0,0 +1,6 @@
import sys
print 1, 2 >> sys.stdout
foo = ur'This is not possible in Python 3.'