Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76825bc commit 5ea9524Copy full SHA for 5ea9524
1 file changed
Doc/whatsnew/3.4.rst
@@ -744,7 +744,7 @@ command did. Worse, the Python3 ``pdb print`` command shadowed the Python3
744
745
.. _whatsnew-protocol-4:
746
747
-Pickle
+pickle
748
------
749
750
protocol 4
@@ -1146,6 +1146,9 @@ XXX: None so far
1146
Deprecated Features
1147
-------------------
1148
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
+
1152
* The site module adding a "site-python" directory to sys.path, if it
1153
exists, is deprecated (:issue:`19375`).
1154
0 commit comments