Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ea9524

Browse files
committed
idle -n deprecation, fix case of pickle section.
1 parent 76825bc commit 5ea9524

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/whatsnew/3.4.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ command did. Worse, the Python3 ``pdb print`` command shadowed the Python3
744744

745745
.. _whatsnew-protocol-4:
746746

747-
Pickle
747+
pickle
748748
------
749749

750750
protocol 4
@@ -1146,6 +1146,9 @@ XXX: None so far
11461146
Deprecated Features
11471147
-------------------
11481148

1149+
* Running :ref:`idle` with the ``-n`` flag (no subprocess) is deprecated.
1150+
However, the feature will not be removed until :issue:`18823` is resolved.
1151+
11491152
* The site module adding a "site-python" directory to sys.path, if it
11501153
exists, is deprecated (:issue:`19375`).
11511154

0 commit comments

Comments
 (0)