[issue5944] test_os failure on OS X, probably related to PEP 383
Mark Dickinson
report at bugs.python.org
Tue May 5 21:11:29 CEST 2009
Mark Dickinson <dickinsm at gmail.com> added the comment:
> The case where the letter looks the same (at least in my email) but is
> apparently different may require some thought, too.
In case it's useful, when I do a list(map(ord, ...)) on those two
lookalike strings I get (where 'expected' comes from the explicit .decode,
while 'found' comes from listdir):
expected: [102, 111, 111, 246, 98, 97, 114]
found: [102, 111, 111, 111, 776, 98, 97, 114]
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5944>
_______________________________________
More information about the Python-bugs-list
mailing list