Hi Christoph,
After I put out the 1.2.5 release and created a branch for 1.2.x I started
playing around with doing a Python 3 port. I tried to do it
semi-automatically with python-modernize with the six and --compat-unicode
options. It didn't even close to work cleanly and I was trying to work out
how to get the meta class to work when I ran out of time. I've since seen
some code that works on 2 & 3 that does the same thing I was trying to get
to work so, I was on the right track. I *might* have some time in Feb to
pick up on this. But if someone else wants to take a run at it that would
be good. I didn't run the tests with the Python 3 warnings first so that
might be a good first step (i.e. convert "except Invalid, e" to "except
Invalid as e").
-Chris
Post by Christoph ZwerschkeWhat is the current state of Python 3 support
(https://github.com/formencode/formencode/issues/2),
is anybody working on it?
-- Christoph
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
FormEncode-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/formencode-discuss
--
Christopher Lambacher
***@kateandchris.net