Inputting XML into a Python program has nothing to do with what encoding the python source is in.<br>So it seems to me that that particular PEP doesn't apply in this case at all.<br>I'm guessing that the ElementTree module has an option to use Unicode input.
<br><br>