[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions - BrowserIdManager.py:1.17.66.1

Chris McDonough chrism@zope.com
Mon, 21 Jul 2003 12:39:16 -0400


Update of /cvs-repository/Zope/lib/python/Products/Sessions
In directory cvs.zope.org:/tmp/cvs-serv17213/lib/python/Products/Sessions

Modified Files:
      Tag: Zope-2_7-branch
	BrowserIdManager.py 
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.


=== Zope/lib/python/Products/Sessions/BrowserIdManager.py 1.17 => 1.17.66.1 ===
--- Zope/lib/python/Products/Sessions/BrowserIdManager.py:1.17	Wed Aug 21 13:13:10 2002
+++ Zope/lib/python/Products/Sessions/BrowserIdManager.py	Mon Jul 21 12:36:11 2003
@@ -507,7 +507,7 @@
     TimeStamp=TimeStamp.TimeStamp, translate=string.translate
     ):
     t=time()
-    ts=split(b2a(`apply(TimeStamp,(gmtime(t)[:5]+(t%60,)))`)[:-1],'=')[0]
+    ts=split(b2a(`TimeStamp(*gmtime(t)[:5]+(t%60,))`)[:-1],'=')[0]
     return translate(ts, b64_trans)
 
 def getB64TStampToInt(