Antoine Pitrou added the comment:

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

----------
nosy: +pitrou
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16112>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to