PEP 358 and operations on bytes

John Machin sjmachin at lexicon.net
Wed Oct 4 11:46:33 EDT 2006


Paul Rubin wrote:
> "John Machin" <sjmachin at lexicon.net> writes:
> > So why haven't you been campaigning for regular expression support for
> > sequences of int, and for various array.array subtypes?
>
> regexps work on byte arrays.

But not on other integer subtypes. If regexps should not be restricted
to text, they should work on domains whose number of symbols is greater
than 256, shouldn't they?




More information about the Python-list mailing list