diff --git a/test/normalizer_issue_files/python2.7.py b/test/normalizer_issue_files/python2.7.py new file mode 100644 index 0000000..09c8e6e --- /dev/null +++ b/test/normalizer_issue_files/python2.7.py @@ -0,0 +1,6 @@ +import sys + +print 1, 2 >> sys.stdout + + +foo = ur'This is not possible in Python 3.'