Re: [Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-27 Thread Florian Lindner
Hello, I've changed the code how you described. All tests pass, but some code used in startup of Zope and some tests generate deprecation warnings. Would you like to review the code before I check in? I can try to clean up the code and the tests causing the deprecation warnings the next days and

Re: [Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-22 Thread Florian Lindner
Am Montag, 20. März 2006 14:27 schrieb Stephan Richter: On Wednesday 08 March 2006 08:57, Florian Lindner wrote: Hello, I'm currently playning with the functions from zope.app.appsetup.bootstrap and I'm wondering why the functions that create objects (addConfigureUtility, addUtility,

Re: [Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-20 Thread Stephan Richter
On Wednesday 08 March 2006 08:57, Florian Lindner wrote: Hello, I'm currently playning with the functions from zope.app.appsetup.bootstrap and I'm wondering why the functions that create objects (addConfigureUtility, addUtility, configureUtility, ensureObject, ensureUtility) do return the

[Zope3-dev] Why z.a.appsetup.bootstrap function do not return the actual object

2006-03-08 Thread Florian Lindner
Hello, I'm currently playning with the functions from zope.app.appsetup.bootstrap and I'm wondering why the functions that create objects (addConfigureUtility, addUtility, configureUtility, ensureObject, ensureUtility) do return the name of the object added (or None) and not the object itself.