If there are no objections I plan to release a bug-fix release of Zope 2.11.1 on Wednesday. Andreas
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? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
-----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. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIe4t3+gerLs4ltQ4RAgQ+AKC/ghY/QLOJLEb/HVwjpYOwumZ7IACeNUNN 7tcuEnWImLPuqf3XJZANdOg= =JmRx -----END PGP SIGNATURE-----
--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
Previously Andreas Jung wrote:
--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.
Can you include the just released ZODB 3.8.1 as well? Wichert.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
-- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
Previously Wichert Akkerman wrote:
Can you include the just released ZODB 3.8.1 as well?
I misread that commit, ZODB is at b5, not final, so disregard this. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
participants (4)
-
Andreas Jung -
Chris Withers -
Tres Seaver -
Wichert Akkerman