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 out today? If that's the case could it hold back a bit? I'm already working on the fix. -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com
-----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 webdav.NullResource.PUT to webdav.LockNullResource.PUT.
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.
The release of 2.8.2 and 2.7.8 is announced for tomorrow. Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDTXYA+gerLs4ltQ4RAvlqAJ427WAA7K95g6pZloYUFFVBkkmVlgCggz1D FPE4V1jljOV2u+WpaoFidnk= =yqyj -----END PGP SIGNATURE-----
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 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 out today? If that's the case could it hold back a bit? I'm already working on the fix.
-- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
--On 12. Oktober 2005 17:30:17 -0300 Sidnei da Silva <sidnei@enfoldsystems.com> 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... Andreas
participants (4)
-
Andreas Jung -
Chris McDonough -
Sidnei da Silva -
Tres Seaver