Message171982
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 |
|
Date |
User |
Action |
Args |
2012-10-04 18:00:20 | pitrou | set | recipients:
+ pitrou, lemburg, jcea, vstinner, python-dev, David.Benjamin |
2012-10-04 18:00:19 | pitrou | set | messageid: <1349373619.96.0.357172137367.issue16112@psf.upfronthosting.co.za> |
2012-10-04 18:00:19 | pitrou | link | issue16112 messages |
2012-10-04 18:00:19 | pitrou | create | |
|