• Maxime Puys's avatar
    Importing bytesting objects from XML in Python3 (#387) · 91ab3c47
    Maxime Puys authored
    * Fixup: replace on encoded string.
    
    Replace methode was called on an encoded string (e.g.: when parsing
    bytestring objects).
    Inverted call to replace and string encoding.
    
    * Fixup: bytestring tested against not encoded strings.
    91ab3c47
xmlparser.py 11.4 KB