[Zope] regex in 2.4.0

Andreas Jung Andreas Jung" <andreas@zope.com
Fri, 7 Sep 2001 10:01:50 -0500


it just tells you that you are using a product that uses the old ts_regex
module.
This module will perhaps go away in the future when the Python regex module
goes to coders heaven.

Andreas
----- Original Message -----
From: "Paul Zwarts" <paz@oratrix.com>
To: "'Andreas Jung'" <andreas@zope.com>
Cc: <zope@zope.org>
Sent: Friday, September 07, 2001 08:57
Subject: RE: [Zope] regex in 2.4.0


Thanks for that Andreas,

So basically this error that appears when I start Zope up is a 'feature'
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.

Andreas
----- Original Message -----
From: Paul Zwarts
To: zope@zope.org
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

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