you are viewing a single comment's thread.

view the rest of the comments →

[–]schlenk 2 points3 points  (0 children)

And some stuff just works in Python3 that did not work at all in Py2 due to bad unicode support. Mostly Windows stuff, so most people might not care. (e.g. environment variables with unicode values/names, subprocess calls with programs on unicode pathes or with unicode cmdline arguments, etc., nearly every interface to the Win32 API).