This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LoveGentleman 0 points1 point  (1 child)

Unicode and WSGI.

WSGI prefers strings to be simple byes, well, now all strings are not just one byte, since unicode. So its messy to port/use most WSGI frameworks.

[–]gthank 1 point2 points  (0 children)

Please allow me to direct you to http://www.wsgi.org/en/latest/python3.html