classification
Title: re module needs to support bytes / memoryview well
Type: behavior Stage:
Components: Versions: Python 3.0
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, gvanrossum, timehorse (3)
Priority: normal Keywords

Created on 2007-10-15 23:26 by gvanrossum, last changed 2009-02-21 21:05 by benjamin.peterson.

Messages (2)
msg56472 - (view) Author: Guido van Rossum (gvanrossum) Date: 2007-10-15 23:26
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.
msg82582 - (view) Author: Benjamin Peterson (benjamin.peterson) Date: 2009-02-21 21:05
re has supported bytes for a while now.
History
Date User Action Args
2009-02-21 21:05:47benjamin.petersonsetstatus: open -> closed
nosy: + benjamin.peterson
resolution: accepted -> out of date
messages: + msg82582
2008-09-28 19:26:58timehorsesetnosy: + timehorse
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: Python 3.0
2007-11-24 14:17:23georg.brandlsettype: feature request -> behavior
2007-11-08 14:52:51christian.heimessetpriority: normal
type: feature request
resolution: accepted
keywords: + py3k
2007-10-15 23:26:51gvanrossumcreate