Python Coredump on FreeBSD

A.M. Kuchling amk at amk.ca
Thu May 15 12:56:07 EDT 2003


On Thu, 15 May 2003 17:27:18 +0200, 
	Harald Schneider <h_schneider at marketmix.com> wrote:
> Thanks ! You are genious! This works perfectly stable!
> import pre as re

Well, until the PCRE code gets ripped out of some future version of Python;
in 2.3 importing 'pre' gets a DeprecationWarning.  'pre' also doesn't
support Unicode.

I'll still like to see the pattern causing the problem; perhaps someone can
suggest an improved pattern, or maybe there's a bug to be fixed.  (Or did I
miss seeing the pattern in a previous posting in this thread?)

--amk                                                    (www.amk.ca)
Moore's law is slowly making type declarations irrelevant...
      -- Paul Prescod, 29 Jul 2001




More information about the Python-list mailing list