Closed mauriciogior closed 9 years ago
Just added a encode('utf-8') before writing.
encode('utf-8')
This broke Python 3.x tests.
Just added a
encode('utf-8')
before writing.