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 pitrou
Recipients David.Benjamin, jcea, lemburg, pitrou, python-dev, vstinner
Date 2012-10-04.18:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349373619.96.0.357172137367.issue16112@psf.upfronthosting.co.za>
In-reply-to
Content
This change broke test_platform for me:

======================================================================
ERROR: test_architecture (test.test_platform.PlatformTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/32/Lib/test/test_platform.py", line 11, in test_architecture
    res = platform.architecture()
  File "/home/antoine/cpython/32/Lib/platform.py", line 1072, in architecture
    if 'executable' not in fileout:
TypeError: Type str doesn't support the buffer API
History
Date User Action Args
2012-10-04 18:00:20pitrousetrecipients: + pitrou, lemburg, jcea, vstinner, python-dev, David.Benjamin
2012-10-04 18:00:19pitrousetmessageid: <1349373619.96.0.357172137367.issue16112@psf.upfronthosting.co.za>
2012-10-04 18:00:19pitroulinkissue16112 messages
2012-10-04 18:00:19pitroucreate