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 45aa7cc commit 98135d0Copy full SHA for 98135d0
1 file changed
Doc/howto/pyporting.rst
@@ -596,7 +596,9 @@ to creating a Python 2/3 codebase. This includes trying only support Python 2.6
596
or newer (the :mod:`__future__` statements work in Python 3 without issue),
597
eliminating warnings that are triggered by ``-3``, etc.
598
599
-Essentially you should cover all of the steps short of running 2to3 itself.
+You should even consider running 2to3_ over your code (without committing the
600
+changes). This will let you know where potential pain points are within your
601
+code so that you can fix them properly before they become an issue.
602
603
604
Use six_
0 commit comments