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 0f48ecd commit d6c44f1Copy full SHA for d6c44f1
1 file changed
Doc/using/cmdline.rst
@@ -404,10 +404,12 @@ Miscellaneous options
404
405
Warn about Python 3.x possible incompatibilities by emitting a
406
:exc:`DeprecationWarning` for features that are removed or significantly
407
- changed in Python 3.
+ changed in Python 3 and can't be detected using static code analysis.
408
409
.. versionadded:: 2.6
410
411
+ See :doc:`/howto/pyporting` for more details.
412
+
413
Options you shouldn't use
414
~~~~~~~~~~~~~~~~~~~~~~~~~
415
0 commit comments