Commit dd6e4aa1 authored by Subhendu Ghosh's avatar Subhendu Ghosh Committed by Mariatta

bpo-27470: Improve doc for commandline -3 option

Mention that it warns about features that are significantly changed in Python 3
and can’t be detected using static code analysis.

Link to Porting Python 2 Code to Python 3 doc
parent 3dd1ccbb
......@@ -417,10 +417,12 @@ Miscellaneous options
Warn about Python 3.x possible incompatibilities by emitting a
:exc:`DeprecationWarning` for features that are removed or significantly
changed in Python 3.
changed in Python 3 and can't be detected using static code analysis.
.. versionadded:: 2.6
See :doc:`/howto/pyporting` for more details.
Options you shouldn't use
~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment