module_docs.py
4.94 KB
-
Support print as a function · da1e611b
I neglected the __future__ import because print(one_thing) works the same way even when print is a statement.
Marius Gedminas committed
I neglected the __future__ import because print(one_thing) works the same way even when print is a statement.