[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/apidoc/ifacemodule/browser.txt Changed to reflect change in default info for registrations from

Jim Fulton jim at zope.com
Sun Apr 2 12:59:28 EDT 2006


Log message for revision 66305:
  Changed to reflect change in default info for registrations from
  strings to unicode strings.
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/apidoc/ifacemodule/browser.txt

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/apidoc/ifacemodule/browser.txt
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/apidoc/ifacemodule/browser.txt	2006-04-02 16:59:25 UTC (rev 66304)
+++ Zope3/branches/jim-adapter/src/zope/app/apidoc/ifacemodule/browser.txt	2006-04-02 16:59:27 UTC (rev 66305)
@@ -302,7 +302,7 @@
 Get adapters where this interface is required.
 
   >>> pprint(sorted(details.getGenericRequiredAdapters()))
-  [{'doc': '',
+  [{'doc': u'',
     'factory': 'None.append',
     'factory_url': None,
     'name': u'',
@@ -310,7 +310,7 @@
     'required': [{'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.location.traversing.LocationPhysicallyLocatable',
     'factory_url': 'zope/app/location/traversing/LocationPhysicallyLocatable',
     'name': '',
@@ -319,7 +319,7 @@
     'required': [{'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.traversing.adapters.DefaultTraversable',
     'factory_url': 'zope/app/traversing/adapters/DefaultTraversable',
     'name': '',
@@ -328,7 +328,7 @@
     'required': [{'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.traversing.adapters.Traverser',
     'factory_url': 'zope/app/traversing/adapters/Traverser',
     'name': '',
@@ -337,7 +337,7 @@
     'required': [{'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.traversing.namespace.etc',
     'factory_url': 'zope/app/traversing/namespace/etc',
     'name': 'etc',
@@ -346,7 +346,7 @@
     'required': [{'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.traversing.namespace.etc',
     'factory_url': 'zope/app/traversing/namespace/etc',
     'name': 'etc',
@@ -357,7 +357,7 @@
                  {'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.traversing.namespace.etc',
     'factory_url': 'zope/app/traversing/namespace/etc',
     'name': 'etc',
@@ -368,7 +368,7 @@
                  {'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.traversing.namespace.etc',
     'factory_url': 'zope/app/traversing/namespace/etc',
     'name': 'etc',
@@ -379,7 +379,7 @@
                  {'module': 'zope.interface',
                   'name': 'Interface'}],
     'zcml': None},
-   {'doc': '',
+   {'doc': u'',
     'factory': 'zope.app.traversing.namespace.etc',
     'factory_url': 'zope/app/traversing/namespace/etc',
     'name': 'etc',
@@ -398,7 +398,7 @@
 Get adapters where this interface is provided.
 
   >>> pprint(details.getProvidedAdapters())
-  [{'doc': '',
+  [{'doc': u'',
     'factory': '__builtin__.Foo',
     'factory_url': None,
     'name': '',



More information about the Zope3-Checkins mailing list