[Zope] DeprecationWarning: the regsub module ...
Andreas Jung
Andreas Jung" <andreas@zope.com
Fri, 17 May 2002 10:20:13 -0400
----- Original Message -----
From: <eric.n.dunn@bankofamerica.com>
To: <zope@zope.org>
Sent: Friday, May 17, 2002 10:01
Subject: [Zope] DeprecationWarning: the regsub module ...
>
>
> 1. Does anyone know if this DeprecationWarning has to be fixed and if so
> how?
>
This is a warning that you are using a third party product that still
uses the old regsub module. It reminds you that this module might
disappear in a later Python version.
-aj