diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-24 20:59:57 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-24 20:59:57 (GMT) |
commit | 5ea95249d58e298e4aa0b305e7088789803db466 (patch) | |
tree | c95f0e4d62c60f8212fa44ba9280fa6b880a6024 /Doc/whatsnew | |
parent | 76825bce533ff59ccd21570af382c1032bda7b76 (diff) | |
download | cpython-5ea95249d58e298e4aa0b305e7088789803db466.zip cpython-5ea95249d58e298e4aa0b305e7088789803db466.tar.gz cpython-5ea95249d58e298e4aa0b305e7088789803db466.tar.bz2 |
idle -n deprecation, fix case of pickle section.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | 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 index 1b528cf..d4f92aa 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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`). |