[Python-checkins] [python/cpython] edef35: bpo-29196: Removed old-deprecated classes Plist, D...

GitHub noreply at github.com
Mon May 15 06:21:33 EDT 2017


  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 (Mon, 15 May 2017)

  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.




More information about the Python-checkins mailing list