summaryrefslogtreecommitdiff
path: root/Lib/xml/sax/saxutils.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-06-07 19:26:24 +0000
committerWalter Dörwald <walter@livinglogic.de>2007-06-07 19:26:24 +0000
commitc3b6ac796f160ed27d2d1094ef606514ac3ae898 (patch)
treedcb518a7f161a1986fcbb2849b546a850d831bfc /Lib/xml/sax/saxutils.py
parent94093ffcb68f79180c35b1c651738194a97a1bcb (diff)
downloadcpython-git-c3b6ac796f160ed27d2d1094ef606514ac3ae898.tar.gz
Fix libc_ver(): libc_ver() was reading sys.executable
in binary mode and comparing the content to strings, which failed. Now the bytes get decoded into unicode using latin-1 (the comparison compares ASCII strings only anyway, and we don't want the decoding to fail).
Diffstat (limited to 'Lib/xml/sax/saxutils.py')
0 files changed, 0 insertions, 0 deletions