From: schlatterbeck Date: Fri, 15 Jul 2011 12:54:27 +0000 (+0000) Subject: - add latest change to CHANGES.txt changelog X-Git-Url: https://git.tokkee.org/?p=roundup.git;a=commitdiff_plain;h=6b0b5484cd27c582b36c26973f512a23ab924b10 - add latest change to CHANGES.txt changelog git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4634 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index e6a6d48..a2d6f8c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -38,6 +38,14 @@ Fixed: was present before mail gateway refactoring :-) Thanks for thorough testing of mail gateway code by Rafal Bisingier. (Ralf) - The "Retire" permission was not being registered. (Richard) +- Fix StringIO issue2550713: io.StringIO in newer versions of python + returns unicode strings and expects a unicode string in the + constructor. Unfortunately csv doesn't handle unicode (yet). So we + need to use a BytesIO which gets the utf-8 string from the + web-interface. Compatibility for old versions by using + StringIO.StringIO for emulating a io.BytesIO also works. + Thanks to Cédric Krier for reporting. Closes issue2550713. + Added a regression test for EditCSVAction (Ralf) 2011-05-29 1.4.18 (r4610) diff --git a/doc/acknowledgements.txt b/doc/acknowledgements.txt index 6810c21..fd66764 100644 --- a/doc/acknowledgements.txt +++ b/doc/acknowledgements.txt @@ -78,7 +78,7 @@ Sheila King, Michael Klatt, Bastian Kleineidam, Axel Kollmorgen, -Cedric Krier, +Cédric Krier, John Kristensen, Detlef Lannert, Andrey Lebedev,