Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:

I cannot reproduce this behavior on my MacBook running OSX 10.6.2.

$ ./python.exe Lib/test/test_distutils.py 
...
----------------------------------------------------------------------
Ran 168 tests in 3.850s

OK (skipped=4)

Also, cp437 appears to be a valid encoding:

Python 3.2a0 (py3k:80615M, Apr 29 2010, 10:00:45) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> b"".decode('cp437')
''
>>> b"abcde".decode('cp437')
'abcde'

----------
nosy: +Alexander.Belopolsky

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

Reply via email to