14 Jul
2008
14 Jul
'08
5:42 p.m.
--On 14. Juli 2008 13:23:03 -0400 Tres Seaver <tseaver@palladion.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Chris Withers wrote:
Andreas Jung wrote:
If there are no objections I plan to release a bug-fix release of Zope 2.11.1 on Wednesday.
Any chance you could make sure Zope itself doesn't issue any deprecation warnings as part of this?
I have committed a change which suppresses the DeprecationWarning raised during the import of ZPublisher.Iterators: it needs to use Z2-style interfaces in 2.11, but the Interface module raises DW on import.
http://svn.zope.org/Zope/branches/2.11/?rev=88361&view=rev
All tests pass, and a newly-created appserver instance starts, without logging any DWs.
Thanks. Andreas