Skip to content

Commit d6c44f1

Browse files
committed
bpo-27470: fix documentation for -3 commandline option not warning when incompatibilities can't be detected using static code analysis
1 parent 0f48ecd commit d6c44f1

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
@@ -404,10 +404,12 @@ Miscellaneous options
404404

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

409409
.. versionadded:: 2.6
410410

411+
See :doc:`/howto/pyporting` for more details.
412+
411413
Options you shouldn't use
412414
~~~~~~~~~~~~~~~~~~~~~~~~~
413415

0 commit comments

Comments
 (0)