On Thu, Dec 13, 2012 at 7:40 AM, Demian Brecht <[email protected]> wrote: > Wondering what the status is of a Werkzeug Python 3 port, or there has > been a decision made to simply not support it? I wouldn't mind getting my > hands dirty helping with the port, but would like to know if any design > decisions have been made or work has been on it prior to diving in and > writing dead code.
There are some issues and patches in the werkzeug issue tracker: https://github.com/mitsuhiko/werkzeug/issues/search?q=python+3 You could try to get involved with those. As far as I can see python 3 support is still planned. -Steve -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
