-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jim Fulton wrote: > Martijn Faassen wrote: > >> Tim Peters wrote: >> [snip] >> >>> get_transaction() is more troublesome than _just_ that, alas: there >>> are about 160 instances of it across the stitched-in lib/python/zope, >>> and Products/Five, code. This causes lots of new deprecation warnings >>> when running the tests. These are easy to repair with 1-2 hours easy >>> editing work, but again Zope trunk doesn't own the lib/python/zope >>> code (where almost all of these appear). >> >> Right, lib/python/zope is actually Zope X3.0.0, and we didn't expect >> we'd need to *update* Zope X3.0 in order for it to work with Zope 2.8. >> The new ZODB version is having some repercussions there. Zope X3.0 was >> released against an older version of ZODB. I'm really at a loss at >> what to do there. > > Perhaps we should make a X3.0.1. This is fairly long overdue > anyway. > > Alternatively, we could make a branch for use in 2.8. I don't > think this would really be a problem.
We already have one: it was needed in order to remove the "excess" packages (the ones tagged as being in X3.0, without actually being installed by the zpkg stuff). $ cd lib/python/ $ svn propget svn:externals zope \ svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0-Zope-2.8-pr1/src/zope >> I can spend time trying to shut up Zope X3 I guess, if that >> is the only option... Adding the required methods to the zope.app.mail.delivery thingy should take less than an hour, I think. Tres. - -- =============================================================== Tres Seaver [EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCTBPYGqWXf00rNCgRAnj4AJwLw1vxxRrqpS9T4EpZ3tVQL5L39ACfU/EX 6zFZCDkS5uh0raHfsXzsCqc= =rtqs -----END PGP SIGNATURE----- _______________________________________________ Zope-Dev maillist - [email protected] 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 )
