pythonparser is not handling print >> filelike
correctly
#41
Labels
imported
Imported from google/grumpy
print >> filelike
correctly
#41
google#297 opened by @alanjds on 24 Apr 2017
The new AST parser acts strange on
print
on some case (not all):CPython reference:
$ cat tst.py | python - foo $
Before change to pythonparser
$ git checkout c7f97e72452ff91b906c9edabdec0024e9078470 $ cat tst.py | make run foo foo foo foo foo $
After moving pythonparser into grumpy
The text was updated successfully, but these errors were encountered: