[issue20229] platform.py uses deprecated feature of plistlib

2014-01-13 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue20229] platform.py uses deprecated feature of plistlib

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd728dc893c9 by Ned Deily in branch 'default': Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver(). http://hg.python.org/cpython/rev/cd728dc893c9 -- nosy: +python-dev ___ Python tracker

[issue20229] platform.py uses deprecated feature of plistlib

2014-01-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There is no need to indent any except the "pl = plistlib.load(f)" line. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue20229] platform.py uses deprecated feature of plistlib

2014-01-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! Here's a patch. -- keywords: +needs review nosy: +ned.deily stage: -> patch review Added file: http://bugs.python.org/file33437/issue20229.py ___ Python tracker

[issue20229] platform.py uses deprecated feature of plistlib

2014-01-12 Thread Marc Tamlyn
New submission from Marc Tamlyn: platform.mac_ver() triggers the following deprecation warning: python3.4 -Wall Python 3.4.0b2 (v3.4.0b2:ba32913eb13e, Jan 5 2014, 11:02:52) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more informatio