Skip to content

Commit dd6e4aa

Browse files
codenamesubhoMariatta
authored andcommitted
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
1 parent 3dd1ccb commit dd6e4aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/using/cmdline.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,12 @@ Miscellaneous options
417417

418418
Warn about Python 3.x possible incompatibilities by emitting a
419419
:exc:`DeprecationWarning` for features that are removed or significantly
420-
changed in Python 3.
420+
changed in Python 3 and can't be detected using static code analysis.
421421

422422
.. versionadded:: 2.6
423423

424+
See :doc:`/howto/pyporting` for more details.
425+
424426
Options you shouldn't use
425427
~~~~~~~~~~~~~~~~~~~~~~~~~
426428

0 commit comments

Comments
 (0)