[Python-checkins] cpython: idle -n deprecation, fix case of pickle section.

r.david.murray python-checkins at python.org
Tue Dec 24 22:14:09 CET 2013


http://hg.python.org/cpython/rev/e847cb9055ab
changeset:   88176:e847cb9055ab
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Dec 24 15:59:57 2013 -0500
summary:
  idle -n deprecation, fix case of pickle section.

files:
  Doc/whatsnew/3.4.rst |  5 ++++-
  1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -744,7 +744,7 @@
 
 .. _whatsnew-protocol-4:
 
-Pickle
+pickle
 ------
 
 protocol 4
@@ -1146,6 +1146,9 @@
 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`).
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list