[Zope3-checkins] CVS: Zope3/src/zope/app/utilities - session.py:1.2 session.stx:1.2 configure.zcml:1.5

Stephan Richter stephan.richter at tufts.edu
Mon Feb 9 06:14:10 EST 2004


On Monday 09 February 2004 00:17, Stuart Bishop wrote:
> +    #######################################
> +    # Implementation of IBrowserIdManager #
> +
> +    def getBrowserId(self, request):
> +        sid = self.getRequestId(request)
> +        if sid is None:
> +            sid = self.generateUniqueId()
> +        self.setRequestId(request, sid)
> +        return sid

We do not use this designation since a long time. Just use "See 
zope.app.interfaces.utilities.sessions.IBrowserIdManager." as the doc string 
for messages. This is also true for the other methods of this class.

Regards,
Stephan 
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training



More information about the Zope3-Checkins mailing list