From d6c44f1390d6e0b47c3f8c5547e880eda5ca7a1d Mon Sep 17 00:00:00 2001 From: Subhendu Ghosh Date: Sat, 18 Feb 2017 14:47:52 +0530 Subject: [PATCH] bpo-27470: fix documentation for -3 commandline option not warning when incompatibilities can't be detected using static code analysis --- Doc/using/cmdline.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index c6b372b184a651..9d3323c73f51fe 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -404,10 +404,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 ~~~~~~~~~~~~~~~~~~~~~~~~~