[Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X? (original) (raw)
Ronald Oussoren ronaldoussoren at mac.com
Tue Oct 6 15:49:23 CEST 2009
- Previous message: [Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X?
- Next message: [Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3567 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20091006/dcc7f6e8/attachment.bin>
- Previous message: [Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X?
- Next message: [Python-Dev] Old libc's isspace() bug on FreeBSD brings back on Mac OS X?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]