backports.print_function

Print function with Python 3.3 flush argument


License
MIT
Install
pip install backports.print_function==1.1

Documentation

Add support for the Python 3.3 flush argument.

License

License is indicated in the project metadata (typically one or more of the Trove classifiers). For more details, see this explanation.

Usage

from backports.print_function import print_

print_('Partial line', end='', flush=True)