summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5aaeda0..a874d03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -323,6 +323,11 @@ Extension Modules
Library
-------
+- bpo-29196: Removed previously deprecated in Python 2.4 classes Plist, Dict
+ and _InternalDict in the plistlib module. Dict values in the result of
+ functions readPlist() and readPlistFromBytes() are now normal dicts. You
+ no longer can use attribute access to access items of these dictionaries.
+
- bpo-9850: The :mod:`macpath` is now deprecated and will be removed
in Python 3.8.