[Zope-Checkins] CVS: Products/Transience - Transience.py:1.32.12.8.2.8

michael dunstan michael at elyt.com
Wed Sep 15 05:51:04 EDT 2004


Update of /cvs-repository/Products/Transience
In directory cvs.zope.org:/tmp/cvs-serv29106

Modified Files:
      Tag: chrism-pre273-branch
	Transience.py 
Log Message:
Correction to Length2.set when handling non zero values.



=== Products/Transience/Transience.py 1.32.12.8.2.7 => 1.32.12.8.2.8 ===
--- Products/Transience/Transience.py:1.32.12.8.2.7	Tue Sep 14 17:40:22 2004
+++ Products/Transience/Transience.py	Wed Sep 15 05:51:04 2004
@@ -1093,7 +1093,7 @@
     def set(self, value):
         self.value = value
         self.floor = 0
-        self.ceiling = 0
+        self.ceiling = value
 
     def increment(self, delta):
         """Increase the length by delta.



More information about the Zope-Checkins mailing list