Message207987
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') |
|
Date |
User |
Action |
Args |
2014-01-13 00:03:50 | Marc.Tamlyn | set | recipients:
+ Marc.Tamlyn, ronaldoussoren |
2014-01-13 00:03:50 | Marc.Tamlyn | set | messageid: <1389571430.72.0.704873561263.issue20229@psf.upfronthosting.co.za> |
2014-01-13 00:03:50 | Marc.Tamlyn | link | issue20229 messages |
2014-01-13 00:03:50 | Marc.Tamlyn | create | |
|