Progress update on the Python 3 port[1] - all tests now pass[2] on Python 2.5.4, 2.6.2, 2.7.2 and 3.2.2.
Python 2.5.4 ========= Ran 4490 tests in 513.699s OK (skipped=91, expected failures=3) Python 2.6.2 ========= Ran 4490 tests in 455.615s OK (skipped=89, expected failures=3) Python 2.7.2 ========= Ran 4475 tests in 379.923s OK (skipped=90, expected failures=3) Python 3.2.2 ========= Ran 4420 tests in 389.154s OK (skipped=96, expected failures=2, unexpected successes=1) The tested code incorporates the latest Django SVN trunk changes (r17168) as well as Luke Plant's patch[3] to only get an exception object when actually needed (I missed a couple of cases). Regards, Vinay Sajip [1] https://bitbucket.org/vinay.sajip/django/ [2] https://gist.github.com/1412432 [3] http://groups.google.com/group/django-developers/msg/3f2dd22295ff1555 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.