This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marc.Tamlyn
Recipients Marc.Tamlyn, ronaldoussoren
Date 2014-01-13.00:03:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389571430.72.0.704873561263.issue20229@psf.upfronthosting.co.za>
In-reply-to
Content
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 information.
>>> import platform
>>> platform.mac_ver()
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/platform.py:652: DeprecationWarning: The readPlist function is deprecated, use load() instead
  pl = plistlib.readPlist(fn)
('10.9.1', ('', '', ''), 'x86_64')
History
Date User Action Args
2014-01-13 00:03:50Marc.Tamlynsetrecipients: + Marc.Tamlyn, ronaldoussoren
2014-01-13 00:03:50Marc.Tamlynsetmessageid: <1389571430.72.0.704873561263.issue20229@psf.upfronthosting.co.za>
2014-01-13 00:03:50Marc.Tamlynlinkissue20229 messages
2014-01-13 00:03:50Marc.Tamlyncreate