summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-05 02:17:52 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-05 02:17:52 (GMT)
commit244ad600e9735448a50ce7a9bb7cbec3336e526a (patch)
tree24adacbb09fffbdce2b1d446ae5e8cbe2c2dd9ad /Doc/whatsnew
parent9cf617bff9c018e43ab690cda451581aee390e3f (diff)
downloadcpython-244ad600e9735448a50ce7a9bb7cbec3336e526a.zip
cpython-244ad600e9735448a50ce7a9bb7cbec3336e526a.tar.gz
cpython-244ad600e9735448a50ce7a9bb7cbec3336e526a.tar.bz2
whatsnew: removal of TYPE_INT64 from marshal.
Also update news entry for SMTPException; when I changed it from IOError to OSError I forgot to update the news item.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 044d830..ab48020 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1373,6 +1373,9 @@ removed:
``get_selector``, ``set_proxy``, ``get_origin_req_host``, and
``is_unverifiable`` have been removed (use direct attribute access instead).
+* Support for loading the deprecated ``TYPE_INT64`` has been removed from
+ :mod:`marshal`. (Contributed by Dan Riti in :issue:`15480`.)
+
Porting to Python 3.4