[New-bugs-announce] [issue1282] re module needs to support bytes / memoryview well

Guido van Rossum report at bugs.python.org
Tue Oct 16 01:26:51 CEST 2007


New submission from Guido van Rossum:

Once PEP 3137 is fully implemented, the re module needs to be fixed so
that the regex argument, the substitution argument, and the argument
being searched/replaced are allowed to be arbitrary bytes arrays; where
hashing is needed a copy in an immutable bytes object can be made.

----------
messages: 56472
nosy: gvanrossum
severity: normal
status: open
title: re module needs to support bytes / memoryview well
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1282>
__________________________________


More information about the New-bugs-announce mailing list