XML hate

Had a need to download and install html5lib the other day, and was most amused to find a module called ihatexml.py lurking there in the source code!…

2 Responses to “XML hate”

  1. dryfish Says:

    What’s this all about?

    max_unicode = int(”FFFF”, 16)

    (in ihatexml.py)

  2. Nick Says:

    I presume it is defining the maximum unicode value - but I’m not sure why it didn’t do the more obvious

    max_unicode = 0xffff

Leave a Reply