From: R David Murray Date: Tue, 24 Dec 2013 20:59:57 +0000 (-0500) Subject: idle -n deprecation, fix case of pickle section. X-Git-Tag: v3.4.0b2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ea95249d58e298e4aa0b305e7088789803db466;p=thirdparty%2FPython%2Fcpython.git idle -n deprecation, fix case of pickle section. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 1b528cf888a2..d4f92aacc867 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -744,7 +744,7 @@ command did. Worse, the Python3 ``pdb print`` command shadowed the Python3 .. _whatsnew-protocol-4: -Pickle +pickle ------ protocol 4 @@ -1146,6 +1146,9 @@ XXX: None so far Deprecated Features ------------------- +* Running :ref:`idle` with the ``-n`` flag (no subprocess) is deprecated. + However, the feature will not be removed until :issue:`18823` is resolved. + * The site module adding a "site-python" directory to sys.path, if it exists, is deprecated (:issue:`19375`).