From dd6e4aa113c6db4fcf9d252b5063ab217e8330a2 Mon Sep 17 00:00:00 2001 From: Subhendu Ghosh Date: Fri, 4 Aug 2017 07:30:10 +0530 Subject: bpo-27470: Improve doc for commandline -3 option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 b567818..f00f7f6 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v0.12