Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3febf commit bd62f0aCopy full SHA for bd62f0a
1 file changed
Doc/howto/pyporting.rst
@@ -295,7 +295,7 @@ at least the following block of code at the top of it::
295
296
from __future__ import absolute_import
297
from __future__ import division
298
- from __future__ import print_statement
+ from __future__ import print_function
299
from __future__ import unicode_literals
300
301
You can also run Python 2 with the ``-3`` flag to be warned about various
0 commit comments