summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-24 20:59:57 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-12-24 20:59:57 (GMT)
commit5ea95249d58e298e4aa0b305e7088789803db466 (patch)
treec95f0e4d62c60f8212fa44ba9280fa6b880a6024 /Doc/whatsnew
parent76825bce533ff59ccd21570af382c1032bda7b76 (diff)
downloadcpython-5ea95249d58e298e4aa0b305e7088789803db466.zip
cpython-5ea95249d58e298e4aa0b305e7088789803db466.tar.gz
cpython-5ea95249d58e298e4aa0b305e7088789803db466.tar.bz2
idle -n deprecation, fix case of pickle section.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 1b528cf..d4f92aa 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`).