[Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X? (original) (raw)
INADA Naoki songofacandy at gmail.com
Tue Oct 6 16:32:32 CEST 2009
- Previous message: [Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X?
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I filed as issue7072.
On Tue, Oct 6, 2009 at 10:49 PM, Ronald Oussoren <ronaldoussoren at mac.com> wrote:
On 3 Oct, 2009, at 1:40, INADA Naoki wrote:
Confirmed on 10.6 for 2.6.3 and 2.7a0. For 3.2a0 both asserts fail. OK.
s = '\xa0'
should bes = b'\xa0'
. Should I file a bug? Please do, that helps us remember that the issue exists. Ronald-- Naoki INADA <songofacandy at gmail.com>
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/ronaldoussoren%40mac.com
-- Naoki INADA <songofacandy at gmail.com>
- Previous message: [Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X?
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]