Re: Python 3.3 port of zope.configuration
Lennart Regebro <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <CAL0kPAX9g9HuT=_y_g4s2BG+J5sHzTuc3jFhLULPuxHCV-qFgA@mail.gmail.com> |
On Fri, Apr 13, 2012 at 01:37, Tres Seaver <[email protected]> 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 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )