[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py The caller can't deal with using current data from loadBefore, so having an "end_tid" of None is useless.

2005-06-19 Thread Chris McDonough
Log message for revision 30857:
  The caller can't deal with using current data from loadBefore, so having an 
"end_tid" of None is useless.
  

Changed:
  U   Zope/trunk/lib/python/tempstorage/TemporaryStorage.py

-=-
Modified: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
===
--- Zope/trunk/lib/python/tempstorage/TemporaryStorage.py   2005-06-19 
16:32:17 UTC (rev 30856)
+++ Zope/trunk/lib/python/tempstorage/TemporaryStorage.py   2005-06-19 
22:34:43 UTC (rev 30857)
@@ -153,7 +153,7 @@
 start_tid = tids[i]
 j = i + 1
 if j == len(tids):
-end_tid = None
+return None # the caller can't deal with current data
 else:
 end_tid = tids[j]
 data = self.loadSerial(oid, start_tid)

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py The caller can't deal with using current data from loadBefore, so having an "end_tid" of None is useless.

2005-06-19 Thread Chris McDonough
Log message for revision 30858:
  The caller can't deal with using current data from loadBefore, so having an 
"end_tid" of None is useless.
  

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py

-=-
Modified: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
===
--- Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
2005-06-19 22:34:43 UTC (rev 30857)
+++ Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
2005-06-19 22:36:40 UTC (rev 30858)
@@ -153,7 +153,7 @@
 start_tid = tids[i]
 j = i + 1
 if j == len(tids):
-end_tid = None
+return None # the caller can't deal with current data
 else:
 end_tid = tids[j]
 data = self.loadSerial(oid, start_tid)

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/tempstorage/ These files don't need to be executable (remove svn:executable propery from all of them).

2005-06-19 Thread Chris McDonough
Log message for revision 30859:
  These files don't need to be executable (remove svn:executable propery from 
all of them).
  

Changed:
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/__init__.py
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/component.xml
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/config.py
  _U  Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/__init__.py
  _U  
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/testTemporaryStorage.py

-=-

Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/TemporaryStorage.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/__init__.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/component.xml
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/config.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/__init__.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/branches/Zope-2_8-branch/lib/python/tempstorage/tests/testTemporaryStorage.py
___
Name: svn:executable
   - *

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/lib/python/tempstorage/ These files don't need to be svn:executable.

2005-06-19 Thread Chris McDonough
Log message for revision 30860:
  These files don't need to be svn:executable.
  

Changed:
  _U  Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
  _U  Zope/trunk/lib/python/tempstorage/__init__.py
  _U  Zope/trunk/lib/python/tempstorage/component.xml
  _U  Zope/trunk/lib/python/tempstorage/config.py
  _U  Zope/trunk/lib/python/tempstorage/tests/__init__.py
  _U  Zope/trunk/lib/python/tempstorage/tests/testTemporaryStorage.py

-=-

Property changes on: Zope/trunk/lib/python/tempstorage/TemporaryStorage.py
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/__init__.py
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/component.xml
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/config.py
___
Name: svn:executable
   - *


Property changes on: Zope/trunk/lib/python/tempstorage/tests/__init__.py
___
Name: svn:executable
   - *


Property changes on: 
Zope/trunk/lib/python/tempstorage/tests/testTemporaryStorage.py
___
Name: svn:executable
   - *

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins