View Single Post
Old 11-28-2012, 04:01 PM   #30
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
I tried to convert penelope.py to Python 3.

Unfortunately 2to3 just provides, in this case, some trivial translation (print "stuff" is now print("stuff") and the like) but it seems that all the read/write operations must be checked manually due to the change in the default data type to Unicode. And I am really lacking time for this.
AlPe is offline   Reply With Quote