[issue2860] re module fails to handle byte strings

2008-08-01 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: This is a duplicate of #3231 and was fixed in r65185. -- nosy: +pitrou resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2860] re module fails to handle byte strings

2008-05-20 Thread Stefan Behnel
Stefan Behnel <[EMAIL PROTECTED]> added the comment: Ah, I now see what the actual problem is. Byte strings return the byte value on indexing. Changing the title accordingly. -- title: re module fails to handle digits in byte strings -> re module fails to handle byte strings _