testing issue readwritefile.py
quintijn opened this issue · 2 comments
quintijn commented
The testing of readwritefile (test_readwritefile.py) fails at a reraise of UnicodeEncodeError, which should happen in a very rare case. I cannot grasp why the reraise give this TypeError. Doug?
Also running the test multiple times gives some error...
quintijn commented
Oh, I commented out the reraise lines, falling back to the standard UnicodeEncodeError, which gives too little information. So now the tests run. (See TODO Doug or Quintijn in readwritefile.py
quintijn commented
Ohhh working in de fork of dougransom, and in branch readwritefile