Files
Joshua Tauberer a2f12d6787 reading a binary file from the cache would break parsing the XML because etree.parsestring would get a Unicode instance instead of a bytes instance
The specific error was that etree doesn't support a Unicode string *and* an encoding declaration in the XML. Maybe the encoding declaration is new? Or this is the first time the cache was hit?
2016-06-30 09:51:07 -04:00
..
2016-06-29 16:25:20 -04:00
2016-06-29 16:46:33 -04:00