[Python-checkins] python/nondist/sandbox/collections timedeque.py, 1.1, 1.2

rhettinger at projects.sourceforge.net rhettinger at projects.sourceforge.net
Mon Jan 26 12:54:34 EST 2004


Update of /cvsroot/python/python/nondist/sandbox/collections
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4997

Modified Files:
	timedeque.py 
Log Message:
One more timing

Index: timedeque.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/collections/timedeque.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** timedeque.py	26 Jan 2004 16:23:16 -0000	1.1
--- timedeque.py	26 Jan 2004 17:54:31 -0000	1.2
***************
*** 22,25 ****
--- 22,26 ----
      'la(1)',            # Buildup through appends
      'da(1)',
+     'dal(1)',
      'la(1); lp()',      # Steady state stack
      'da(1); dp()',




More information about the Python-checkins mailing list