[Zope] DeprecationWarning

Phil Harris phil.harris@zope.co.uk
Mon, 19 Mar 2001 21:18:30 -0000


You should read the Python docs about deprecated features.

Basically the feature which is being warned about will be removeed in a
later version, this is just a warning to developers that this is the case.


----- Original Message -----
From: "Norman Khine" <khine@btinternet.com>
To: "Zope" <zope@zope.org>
Sent: Monday, March 19, 2001 9:24 PM
Subject: [Zope] DeprecationWarning


> I just like to say that I have configured Zope to run under FreeBSD 4.3
with
> Python 2.1b1
>
> Zope Version  Zope 2.3.1b2 (source release, python 1.5.2, linux2)
> Python Version  2.1b1 (#1, Mar 15 2001, 23:29:56) [GCC 2.95.2 19991024
> (release)]
> System Platform  freebsd4
> Process Id  189 (143436800)
> Running For  2 min 58 sec
>
> Although when I get the following errors when starting the server:
>
> /usr/local/Zope/ZServer/medusa/asynchat.py:293: DeprecationWarning: thee
>   import regex
> /usr/local/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub
module
> is)
>   DeprecationWarning)
> /usr/local/Zope/ZServer/medusa/asynchat.py:293: DeprecationWarning: the
> regex me
>   import regex
> /usr/local/lib/python2.1/regsub.py:15: DeprecationWarning: the regsub
module
> is)
>   DeprecationWarning)
>
> Any ideas
>
> Thanks
>
> Norman
>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )