diff -r 50517a4d7cce Doc/howto/pyporting.rst --- a/Doc/howto/pyporting.rst Wed Dec 10 02:50:32 2014 +0200 +++ b/Doc/howto/pyporting.rst Sat Dec 13 17:20:32 2014 +0530 @@ -281,7 +281,7 @@ from __future__ import absolute_import from __future__ import division - from __future__ import print_statement + from __future__ import print_function from __future__ import unicode_literals You can also run Python 2 with the ``-3`` flag to be warned about various