[Python-3000] svnmerge - three broken tests

Mark Dickinson dickinsm at gmail.com
Sun Mar 16 05:45:19 CET 2008


On Sat, Mar 15, 2008 at 8:00 PM, Christian Heimes <lists at cheimes.de> wrote:

>
>   test_datetime test_struct test_tokenize
>

I think I've fixed test_datetime and test_struct.  I'm less sure what to do
for test_tokenize;  the main cause of failure seems to be doctests
containing syntax that was valid for 2.x but is invalid for 3.0 (e.g.
integer literals with a leading '0' or trailing 'L', 2.x style unicode
literals, ...).

Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20080316/f0938f44/attachment.htm 


More information about the Python-3000 mailing list