]> granicus.if.org Git - python/commit
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 15 May 2017 10:21:31 +0000 (13:21 +0300)
committerGitHub <noreply@github.com>
Mon, 15 May 2017 10:21:31 +0000 (13:21 +0300)
commitedef358ed6d05f927bf1636cc5a920a9d868b131
tree287ae68661a797aa09b0aa979f776a5329b7c881
parentd812eb731d886065bdd9bc94a3f0e5dfdcd671a4
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)

in the plistlib module.  Dict values in the result of functions
readPlist() and readPlistFromBytes() are now exact dicts.
Doc/library/plistlib.rst
Doc/whatsnew/3.7.rst
Lib/plistlib.py
Lib/test/test_plistlib.py
Misc/NEWS