View Single Post
Old 06-02-2019, 10:31 PM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,405
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
because the way python 3 porting is being done is that the codebase is being made as python 3 like as possible, incrementally, to catch as many bugs as possible, before pulling the trigger. That means making as many strings unicode as possible. Exposing end users to as few regressions as possible when making the move is one of my core principles of porting. If I cannot do the port in that fashion, it simply will not happen.
kovidgoyal is offline   Reply With Quote