Staging
v0.5.1
https://github.com/python/cpython
Revision ebe53a23c9edc8f01fa261f9ea8e358b1ad481a2 authored by Victor Stinner on 24 August 2010, 23:05:51 UTC, committed by Victor Stinner on 24 August 2010, 23:05:51 UTC
_Py_char2wchar() (mbctowcs) decodes b'\xff' to '\xff' on FreeBSD, Solaris and
Mac OS X, even if the locale is C (and the locale encoding is ASCII). Patch
test_undecodable_code() to support this output and document the two different
kinds of outputs.
1 parent 8515eae
History
Tip revision: ebe53a23c9edc8f01fa261f9ea8e358b1ad481a2 authored by Victor Stinner on 24 August 2010, 23:05:51 UTC
Fix test_sys for FreeBSD, Solaris and Mac OS X
Tip revision: ebe53a2
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 538 bytes
.hgignore -rw-r--r-- 752 bytes
.hgtags -rw-r--r-- 3.7 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 40.2 KB
README -rw-r--r-- 6.7 KB
configure -rwxr-xr-x 390.5 KB
configure.in -rw-r--r-- 119.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.3 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 76.7 KB

README

back to top