Eric V. Smith <e...@trueblade.com> added the comment:

2to3 is not designed to turn every valid python2 program into a valid python3 
program. You'll have to provide a way to compare GameClock objects. I suggest 
you look at http://python3porting.com. You should read the whole site, it's a 
great resource. Specifically in this case, see 
http://python3porting.com/problems.html#unorderable-types-cmp-and-cmp

----------
nosy: +eric.smith
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: compile error -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37753>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to