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 things like ZSQL methods...



Yes, it would be handy. But one could also install the stuff as standalone 
product for people that really need it. I am really against this proposal - 
maintaining yet another nice2have package is a burden just for the sake of 
make the lifes of some people easier. Other application servers also don't 
ship with a RDBMSif you need it, install it.


Andreas

pgp7WzKNpO2Yh.pgp
Description: PGP signature
___
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 )


[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 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 )


[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 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  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://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-

___
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 )


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
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 )




___
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 )


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...

Andreas

pgpHo2qaseMFk.pgp
Description: PGP signature
___
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 )