[Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X?

INADA Naoki songofacandy at gmail.com
Sat Oct 3 01:40:52 CEST 2009


> Confirmed on 10.6 for 2.6.3 and 2.7a0. For 3.2a0 both asserts fail.

OK.
`s = '\xa0'` should be `s = b'\xa0'`.

Should I file a bug?

-- 
Naoki INADA  <songofacandy at gmail.com>


More information about the Python-Dev mailing list