[Zope-Checkins] SVN: Zope/branches/2.13/ - corrected a method name in the IReadInterface interface
Yvo Schubbe
y.2011 at wcm-solutions.de
Mon Feb 14 03:18:53 EST 2011
Log message for revision 120307:
- corrected a method name in the IReadInterface interface
Changed:
U Zope/branches/2.13/doc/CHANGES.rst
UU Zope/branches/2.13/src/Products/Five/utilities/interfaces.py
-=-
Modified: Zope/branches/2.13/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.13/doc/CHANGES.rst 2011-02-14 08:12:56 UTC (rev 120306)
+++ Zope/branches/2.13/doc/CHANGES.rst 2011-02-14 08:18:52 UTC (rev 120307)
@@ -11,6 +11,7 @@
Bugs Fixed
++++++++++
+- Five: Corrected a method name in the IReadInterface interface.
Features Added
++++++++++++++
Modified: Zope/branches/2.13/src/Products/Five/utilities/interfaces.py
===================================================================
--- Zope/branches/2.13/src/Products/Five/utilities/interfaces.py 2011-02-14 08:12:56 UTC (rev 120306)
+++ Zope/branches/2.13/src/Products/Five/utilities/interfaces.py 2011-02-14 08:18:52 UTC (rev 120307)
@@ -47,7 +47,7 @@
"""List interfaces provided by the object.
"""
- def getDirectlyProvidedNames():
+ def getProvidedNames():
"""List the names of interfaces provided by the object.
"""
Property changes on: Zope/branches/2.13/src/Products/Five/utilities/interfaces.py
___________________________________________________________________
Deleted: svn:keywords
- Id
More information about the Zope-Checkins
mailing list