[Zope] Does UndoPack.pat from http://collector.zope.org/Zope/875 work with 2.5.1?

Dieter Maurer dieter@handshake.de
Fri, 11 Apr 2003 22:15:13 +0200


Sven Rudolph wrote at 2003-4-10 19:06 +0200:
 > I'm running zope-2.5.1 (Python-2.1.3, Linux) and just ran acroos the bug described in http://collector.zope.org/Zope/875.
 > 
 > It says the patch works with 2.6.1.
 > 
 > Is there a chance to apply it to 2.5.1?
 > (I guess not :-( )

Why do you not try it?

  *  make a backup copy of "ZODB/FileStorage.py"

  *  apply the patch -- if "patch" does not complain about problems, continue

  *  install the unit test attached to <http://collector.zope.org/Zope/875>
     in ZODB/tests

  *  run all ZODB tests (with "utilities/testrunner.py -d lib/python/ZODB")

Report back...


Dieter