[Zope3-checkins] Re: [Checkins] SVN: Zope3/trunk/ added third party
	ClientId management
    Jodok Batlogg 
    jodok at lovelysystems.com
       
    Wed May  2 10:29:19 EDT 2007
    
    
  
On May 2, 2007, at 4:18 PM, Benji York wrote:
> 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?
/me blames textmate.
should be corrected
jodok
> -- 
> Benji York
> Senior Software Engineer
> Zope Corporation
--
Lovely Systems, Partner
phone: +43 5572 908060, fax: +43 5572 908060-77
Schmelzhütterstraße 26a, 6850 Dornbirn, Austria
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2454 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-checkins/attachments/20070502/2d74ecb0/smime.bin
    
    
More information about the Zope3-Checkins
mailing list