Re: [Zope-dev] Re: [Zope-Checkins] SVN: Zope/trunk/lib/python/Shared/DC/ZRDB/ Collector #556: sqlvar now returns 'null' rather than 'None'.

2005-10-12 Thread Andreas Jung
--On 11. Oktober 2005 07:50:34 +0100 Chris Withers [EMAIL PROTECTED] wrote: Andreas Jung wrote: IMO there is no need to ship the Zope core with *any* DB package except the ZODB. I dunno, it's very handy to be able to rely on something RDB-like being installed when you want to tests

[Zope-dev] Hold the press!

2005-10-12 Thread Sidnei da Silva
I would like to fix this pearl of memory-comsumption in OFS.Image manage_FTPget: def manage_FTPget(self): Return body for ftp. snip return str(self.data) That and port a fix from webdav.NullResource.PUT to webdav.LockNullResource.PUT. But I fear a release is coming

[Zope-dev] Re: Hold the press!

2005-10-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sidnei da Silva wrote: I would like to fix this pearl of memory-comsumption in OFS.Image manage_FTPget: def manage_FTPget(self): Return body for ftp. snip return str(self.data) That and port a fix from

Re: [Zope-dev] Hold the press!

2005-10-12 Thread Chris McDonough
Go Sidnei go! I suspect Andreas won't be all *that* happy about such a bugfix going in on the last day but I don't think the release is until tomorrow, FWIW. ;-) On Oct 12, 2005, at 4:30 PM, Sidnei da Silva wrote: I would like to fix this pearl of memory-comsumption in OFS.Image

Re: [Zope-dev] Hold the press!

2005-10-12 Thread Andreas Jung
--On 12. Oktober 2005 17:30:17 -0300 Sidnei da Silva [EMAIL PROTECTED] wrote: But I fear a release is coming out today? If that's the case could it hold back a bit? I'm already working on the fix. I'll work on the 2.8.2 release today after 4pm (German time) and on 2.7.8 by tomorrow...