[Zope-dev] Python 3.3 port of zope.configuration

Lennart Regebro regebro at gmail.com
Fri Apr 13 08:36:52 UTC 2012


On Fri, Apr 13, 2012 at 01:37, Tres Seaver <tseaver at palladion.com> wrote:
> How deep is the six dependency?  For every package I've ported to date,
> it has ended up being more sensible to implement a local '_compat' module
> which had only the needed straddles (sometimes inspired by six, sometimes
> very localized).

You can also just copy six.py into the module and use it from there.
That way it's not an external dependency any more.

//Lennart


More information about the Zope-Dev mailing list