[Zope] regex in 2.4.0

Paul Zwarts paz@oratrix.com
Fri, 7 Sep 2001 15:57:54 +0200


Thanks for that Andreas,

So basically this error that appears when I start Zope up is a =
=91feature=92
so to speak rather than something I should worry about?

Cheers,
Paul Zwarts


-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of
Andreas Jung
Sent: Friday, September 07, 2001 3:35 PM
To: Paul Zwarts; zope@zope.org
Subject: Re: [Zope] regex in 2.4.0

ts_regex.py is no longer used inside the Zope core since 2.4. It is only
there for backward compatibility
for third-party products using ts_regex.
=A0
Andreas
----- Original Message -----=20
From: Paul Zwarts=20
To: zope@zope.org=20
Sent: Friday, September 07, 2001 06:34
Subject: [Zope] regex in 2.4.0

Greetings all,

I keep getting errors from my Zope240 (using python2.1.1) that the
following python file:

/Zope/lib/python/ts_regex.py=20

is using a the deprecated regex library. Is this an oversight or did I
compile something wrong? Its pretty old news that re.sub is the way to
go.

Thanks,
Paul Zwarts