Python Coredump on FreeBSD

Andrew MacIntyre andymac at bullseye.apana.org.au
Wed May 14 09:15:33 EDT 2003


On Wed, 14 May 2003, Harald Schneider wrote:

> I also tried a value of 1024 with no result.
> Is there any alternative to the re module ?

AFAIK, you can still use the PCRE engine - its status is "deprecated" as
of 2.3.

To test it, use

  import pre as re

instead of

  import re

As far as I can make out, the interface is the same, but there are
probably differences in corner cases.

--
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  | Snail: PO Box 370
        andymac at pcug.org.au            |        Belconnen  ACT  2616
Web:    http://www.andymac.org/        |        Australia






More information about the Python-list mailing list