23 Oct
2002
23 Oct
'02
1:46 a.m.
On Wednesday 23 October 2002 00:03, Chris McDonough wrote:
Bakhtiar,
After doing the other things I've mentioned, would you also please try applying the following diff to the Products.Transience.Transience.py module:
Index: Transience.py =================================================================== RCS file: /cvs-repository/Zope/lib/python/Products/Transience/Transience.py,v retrieving revision 1.28 diff -r1.28 Transience.py 681c681 < for k in data.keys(None, delete_end): ---
for k in list(data.keys(None, delete_end)):
See if your error disappears...
Thanks!
- C
no, no.. thank *you* :) i've done the necessary, and restarted zope. we'll see how it goes