On 05.09.2010 22:05, Jakub Wilk wrote:
Package: python2.6
Version: 2.6.6-3
Severity: normal

$ cat find-util.so.py
from ctypes.util import find_library
print find_library('util')

$ python find-util.so.py
libutil.so.1

$ LC_ALL=pl_PL.utf8 python find-util.so.py
None

hmm, can't reproduce this, checked with de locales too. which commands are run, and which output cannot be parsed? It should be safe to prefix the commands with an `LC_ALL=C; export LC_ALL' as already done for one.




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to