Add support for the Python 3.3 flush argument.
License is indicated in the project metadata (typically one or more of the Trove classifiers). For more details, see this explanation.
from backports.print_function import print_
print_('Partial line', end='', flush=True)