From 5ea95249d58e298e4aa0b305e7088789803db466 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Tue, 24 Dec 2013 15:59:57 -0500 Subject: [PATCH] idle -n deprecation, fix case of pickle section. --- Doc/whatsnew/3.4.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 1b528cf888a..d4f92aacc86 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`).