Moving from Python 2 to 3? Here's what you need to know about strings and their role in in your upgrade. An old joke asks "What do you call someone who speaks three languages? Trilingual. Two ...
the new ufoLib.plistlib always treats bytes as <data> and unicode as <string> (like in python 3). However this creates problems when running under python2, where it's common to use the native str type ...