Nicolas Dumazet ha scritto:
Index: login.py
[...]>
-import re +import re, sys
+if sys.version >= '3':
- print 'Python 3.x is _not_ supported. Use Python 2.x'
[...]
Index: wikipedia.py
[...]
+if sys.version >= '3':
- print 'Python 3.x is _not_ supported. Use Python 2.x'
This is a hack, it is very ugly, and it "works" only for chance. Just update the home page and the CONTENTS file (which should be renamed to README) or provide a branch for Python 3, looks for me as better solutions.