[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Phil Ruggera
pruggera at san.rr.com
Mon Jul 12 17:43:46 EDT 2004
How do I get a log entry in? I'm using TortoiseSVN on W2K.
Thanks
Phil
> -----Original Message-----
> From: zope3-checkins-bounces at zope.org
> [mailto:zope3-checkins-bounces at zope.org]On Behalf Of Phil Ruggera
> Sent: Monday, July 12, 2004 2:29 PM
> To: zope3-checkins at zope.org
> Subject: [Zope3-checkins] SVN:
> Zope3/trunk/src/zope/app/adapter/adapter.py
>
>
> Log message for revision 26434:
>
>
>
> Changed:
> U Zope3/trunk/src/zope/app/adapter/adapter.py
>
>
> -=-
> Modified: Zope3/trunk/src/zope/app/adapter/adapter.py
> ===================================================================
> --- Zope3/trunk/src/zope/app/adapter/adapter.py 2004-07-12
> 21:15:49 UTC (rev 26433)
> +++ Zope3/trunk/src/zope/app/adapter/adapter.py 2004-07-12
> 21:29:15 UTC (rev 26434)
> @@ -16,6 +16,7 @@
> $Id$
> """
> __metaclass__ = type
> +__docformat__ = 'restructuredtext'
>
> from persistent.dict import PersistentDict
> from persistent import Persistent
> @@ -208,8 +209,8 @@
> between it's surrogate registries and those of containing ans
> sub-services.
>
> - The service must implement a setNext method that will be called
> - with the next local service, which may be None, and the global
> + The service must implement a `setNext` method that will be called
> + with the next local service, which may be ``None``, and the global
> service. This method will be called when a service is bound.
>
> """
>
> _______________________________________________
> Zope3-Checkins mailing list
> Zope3-Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-checkins
More information about the Zope3-Checkins
mailing list