On Sat, Mar 15, 2008 at 8:00 PM, Christian Heimes <[EMAIL PROTECTED]> 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
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to