Files
cpython/Lib
Victor Stinner ebe53a23c9 Fix test_sys for FreeBSD, Solaris and Mac OS X
_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.
2010-08-24 23:05:51 +00:00
..
2010-08-02 19:44:48 +00:00
2010-07-14 13:46:57 +00:00
2010-07-11 23:06:06 +00:00
2010-07-28 00:23:21 +00:00
2010-08-09 12:52:45 +00:00
2010-08-16 20:17:07 +00:00
2010-08-13 16:26:40 +00:00
2010-08-24 21:30:14 +00:00
2010-07-04 19:23:49 +00:00
2010-07-28 16:39:41 +00:00
2010-04-17 00:19:56 +00:00
2010-08-02 12:40:22 +00:00