[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ backported
r33270 from trunk:
Yvo Schubbe
y.2005- at wcm-solutions.de
Sun Aug 7 14:07:32 EDT 2005
Log message for revision 37774:
backported r33270 from trunk:
- added z3 -> z2 interface bridge
Changed:
U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
A Zope/branches/Zope-2_8-branch/lib/python/Interface/bridge.py
A Zope/branches/Zope-2_8-branch/lib/python/Interface/tests/bridge.txt
A Zope/branches/Zope-2_8-branch/lib/python/Interface/tests/framework.py
A Zope/branches/Zope-2_8-branch/lib/python/Interface/tests/test_bridge.py
-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2005-08-07 17:01:41 UTC (rev 37773)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2005-08-07 18:07:31 UTC (rev 37774)
@@ -24,6 +24,12 @@
after Zope 2.8.1 b1
+ Features added
+
+ - Interface: Added Z3 -> Z2 bridge utilities.
+ This allows to migrate interfaces to Zope 3 style interfaces and
+ bridge them back to oldstyle interfaces for backwards compatibility.
+
Bugs Fixed
- Zope2.Startup.zopectl: fork before execv when running unit tests
Copied: Zope/branches/Zope-2_8-branch/lib/python/Interface/bridge.py (from rev 33270, Zope/trunk/lib/python/Interface/bridge.py)
Copied: Zope/branches/Zope-2_8-branch/lib/python/Interface/tests/bridge.txt (from rev 33270, Zope/trunk/lib/python/Interface/tests/bridge.txt)
Copied: Zope/branches/Zope-2_8-branch/lib/python/Interface/tests/framework.py (from rev 33270, Zope/trunk/lib/python/Interface/tests/framework.py)
Copied: Zope/branches/Zope-2_8-branch/lib/python/Interface/tests/test_bridge.py (from rev 33270, Zope/trunk/lib/python/Interface/tests/test_bridge.py)
More information about the Zope-Checkins
mailing list