Branch: refs/heads/master Home: https://github.com/python/cpython Commit: edef358ed6d05f927bf1636cc5a920a9d868b131 https://github.com/python/cpython/commit/edef358ed6d05f927bf1636cc5a920a9d868b131 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月15日 (2017年5月15日) Changed paths: M Doc/library/plistlib.rst M Doc/whatsnew/3.7.rst M Lib/plistlib.py M Lib/test/test_plistlib.py M Misc/NEWS Log Message: ----------- 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.