mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
idle -n deprecation, fix case of pickle section.
This commit is contained in:
parent
76825bce53
commit
5ea95249d5
1 changed files with 4 additions and 1 deletions
|
|
@ -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`).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue