[Zope3-checkins] Re: [Checkins] SVN: Zope3/trunk/ added third party
ClientId management
Benji York
benji at zope.com
Wed May 2 10:18:40 EDT 2007
Jodok Batlogg wrote:
> Log message for revision 75004:
> added third party ClientId management
> Modified: Zope3/trunk/src/zope/app/session/http.py
> ===================================================================
> --- Zope3/trunk/src/zope/app/session/http.py 2007-05-02 14:05:04 UTC (rev 75003)
> +++ Zope3/trunk/src/zope/app/session/http.py 2007-05-02 14:13:19 UTC (rev 75004)
> def generateUniqueId(self):
> """Generate a new, random, unique id.
>
> - >>> bim = CookieClientIdManager()
> - >>> id1 = bim.generateUniqueId()
> - >>> id2 = bim.generateUniqueId()
> - >>> id1 != id2
> - True
> + >>> bim = CookieClientIdManager()
> + >>> id1 = bim.generateUniqueId()
> + >>> id2 = bim.generateUniqueId()
> + >>> id1 != id2
> + True
Why the five space indents?
--
Benji York
Senior Software Engineer
Zope Corporation
More information about the Zope3-Checkins
mailing list