[Checkins] SVN: Products.ExternalEditor/trunk/ Purged old Zope 2 Interface interfaces for Zope 2.12 compatibility.

Laurence Rowe l at lrowe.co.uk
Mon May 19 23:35:53 EDT 2008


Log message for revision 86852:
  Purged old Zope 2 Interface interfaces for Zope 2.12 compatibility.

Changed:
  U   Products.ExternalEditor/trunk/CHANGES.txt
  U   Products.ExternalEditor/trunk/Products/ExternalEditor/ExternalEditor.py

-=-
Modified: Products.ExternalEditor/trunk/CHANGES.txt
===================================================================
--- Products.ExternalEditor/trunk/CHANGES.txt	2008-05-20 03:18:39 UTC (rev 86851)
+++ Products.ExternalEditor/trunk/CHANGES.txt	2008-05-20 03:35:53 UTC (rev 86852)
@@ -4,8 +4,8 @@
 Unreleased - 1.0a2
 ------------------
 
+  - Purged old Zope 2 Interface interfaces for Zope 2.12 compatibility.
 
-
 5/3/2008 - 1.0a1
 ----------------
 

Modified: Products.ExternalEditor/trunk/Products/ExternalEditor/ExternalEditor.py
===================================================================
--- Products.ExternalEditor/trunk/Products/ExternalEditor/ExternalEditor.py	2008-05-20 03:18:39 UTC (rev 86851)
+++ Products.ExternalEditor/trunk/Products/ExternalEditor/ExternalEditor.py	2008-05-20 03:35:53 UTC (rev 86852)
@@ -214,7 +214,7 @@
             raise 'BadRequest', 'Object does not support external editing'
 
         if (IStreamIterator is not None and
-            IStreamIterator.isImplementedBy(body)):
+            IStreamIterator.implementedBy(body)):
             # We need to manage our content-length because we're streaming.
             # The content-length should have been set in the response by
             # the method that returns the iterator, but we need to fix it up



More information about the Checkins mailing list