Re: [Zope-dev] zc.recipe.cmmi sticked to version 1.5.0b1 of zc.buildout dependency

2010-11-25 Thread Attila Oláh
On Thu, Nov 25, 2010 at 19:10, Robert Niederreiter r...@squarewave.at wrote: Hi Folks, Why does recent zc.recipe.cmmi sticks hardcoded to version 1.5.0b1 of zc.buildout in setup.py? Digging into the logs, I've found that the change is introduced in this changeset:

[Zope-dev] Fwd: [Zope-Checkins] SVN: Zope/trunk/ - using a local copy of bootstrap.py

2010-01-31 Thread Attila Oláh
Hi, I've just found this old checkin: http://www.mail-archive.com/zope-check...@zope.org/msg04196.html . Can someone please explain me very briefly (or point out some documentation), why is it better to store a copy of bootstrap.py in every package instead of using svn:external? Sorry if this is

Re: [Zope-dev] zope.testing coverage support

2010-01-17 Thread Attila Oláh
Hi, On Sun, Jan 17, 2010 at 16:08, Martin Aspeli optilude+li...@gmail.com wrote: Hi, A couple of questions about zope.testing's --coverage option:  1. When specifying the coverage output directory, I have to specify an absolute path: ./bin/test -s plone.caching --coverage=$(pwd)/coverage

[Zope-dev] getProxiedObject not imported in zope.locaton.location

2009-10-16 Thread Attila Oláh
Hi, Here's a snippet from zope.location.location: __doc__ = ClassAndInstanceDescr( lambda inst: getProxiedObject(inst).__doc__, lambda cls, __doc__ = __doc__: __doc__, ) However, getProxiedObject is never imported in this file (version 3.5.0 from pypi). Is this a