Core Python Programming, Second Edition, Fifth …

The next gotcha that current Python users face is that strings are now Uni-code by default. This change couldn’t come soon enough. There is not one day that numerous Python developers don’t run into a problem when dealing with Unicode and regular ASCII strings that looks something like this: UnicodeEncodeError: 'ascii' codec can't encode ... ................
................