[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]
http://bugs.python.org/issue2860
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2860
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com