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 serhiy.storchaka
Recipients berker.peksag, ezio.melotti, michael.foord, pitrou, python-dev, serhiy.storchaka
Date 2015-05-16.17:33:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431797627.36.0.89383085599.issue24210@psf.upfronthosting.co.za>
In-reply-to
Content
test_platform is failed.

======================================================================
ERROR: test_dist (test.test_platform.PlatformTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_platform.py", line 239, in test_dist
    res = platform.dist()
  File "/home/serhiy/py/cpython/Lib/platform.py", line 380, in dist
    PendingDeprecationWarning, stacklevel=2)
PendingDeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5 and will be removed in Python 3.7

======================================================================
ERROR: test_linux_distribution_encoding (test.test_platform.PlatformTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_platform.py", line 308, in test_linux_distribution_encoding
    distname, version, distid = platform.linux_distribution()
  File "/home/serhiy/py/cpython/Lib/platform.py", line 305, in linux_distribution
    PendingDeprecationWarning, stacklevel=2)
PendingDeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5 and will be removed in Python 3.7

----------------------------------------------------------------------
History
Date User Action Args
2015-05-16 17:33:47serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord, python-dev, berker.peksag
2015-05-16 17:33:47serhiy.storchakasetmessageid: <1431797627.36.0.89383085599.issue24210@psf.upfronthosting.co.za>
2015-05-16 17:33:47serhiy.storchakalinkissue24210 messages
2015-05-16 17:33:47serhiy.storchakacreate