Martijn Faassen wrote:
Shane Hathaway wrote:
- I used zope.deferred to deprecate things I moved from zope.app.publication, zope.app.publisher, and zope.app.http. Are there any objections to using zope.deferred in those packages?
No objection, but what's the reason to use zope.deferred instead of straight imports or zope.deprecation? To break the dependencies?
I had forgotten about zope.deprecation. :-) I'll switch to that.
In all, I changed 6 packages. Should I release them now, or should I look for other dependencies we might clean up at the same time?
I'm +1 on releasing now. (and thanks for making them feature releases) Getting these things out there gives everybody who plays with this nicer dependency graphs and this tends to help improvement.
Ok, I intend to release them today. Shane