error_module.py
6.12 KB
-
Fix encoding errors when hashing XML · d4db4c6d
We occasionally get UnicodeEncodeErrors from these two places, because the XML is a Unicode string, and is implicitly encoded to ascii.
Ned Batchelder committed
We occasionally get UnicodeEncodeErrors from these two places, because the XML is a Unicode string, and is implicitly encoded to ascii.