The py3k branch for zope.testing now mostly passes the tests as well:

svn+ssh://rege...@svn.zope.org/repos/main/zope.testing/branches/regebro-python3-reloaded

Two tests fail. One is for unicode, and doesn't make sense under
Python 3. We can either remove it completely, but it does test a
bugfix that was done in the custom doctest.py, and which I moved to a
monkey-patch when I got rid of the doctest.py. We should probably make
bugreports in the pythontracker for those monkey-patches to, but they
still need to be there for current python versions, and should be
tested. The other option is to extract it to a separate test, but
since it's a doctest of a doctest that's a pain in the böm, so I
haven't done that.

The other test is the same obscure failure that exist under Python
2.7, indicating that this is an actual change in how Python behaves.
Again it needs somebody who understands the Python internals involved
and how they changed.

-- 
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
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 )

Reply via email to