Possible to write a Unicode*like* object?

Just just at xs4all.nl
Tue Feb 4 13:25:14 EST 2003


In article <7h3vg00sz9x.fsf at pc150.maths.bris.ac.uk>,
 Michael Hudson <mwh at python.net> wrote:

> >>> re.match('(a)|b', array.array('u', u'a string')).groups()
> (array('u', u'a'),)

Ah, cool. That's a great example. Thanks!

Just




More information about the Python-list mailing list