idle -n deprecation, fix case of pickle section.

This commit is contained in:
R David Murray 2013-12-24 15:59:57 -05:00
parent 76825bce53
commit 5ea95249d5
1 changed files with 4 additions and 1 deletions

View File

@ -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`).