File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,14 @@ Fixed:
3838 was present before mail gateway refactoring :-) Thanks for thorough
3939 testing of mail gateway code by Rafal Bisingier. (Ralf)
4040- The "Retire" permission was not being registered. (Richard)
41+ - Fix StringIO issue2550713: io.StringIO in newer versions of python
42+ returns unicode strings and expects a unicode string in the
43+ constructor. Unfortunately csv doesn't handle unicode (yet). So we
44+ need to use a BytesIO which gets the utf-8 string from the
45+ web-interface. Compatibility for old versions by using
46+ StringIO.StringIO for emulating a io.BytesIO also works.
47+ Thanks to C�dric Krier for reporting. Closes issue2550713.
48+ Added a regression test for EditCSVAction (Ralf)
4149
4250
43512011-05-29 1.4.18 (r4610)
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Sheila King,
7878Michael Klatt,
7979Bastian Kleineidam,
8080Axel Kollmorgen,
81- Cedric Krier,
81+ Cédric Krier,
8282John Kristensen,
8383Detlef Lannert,
8484Andrey Lebedev,
You can’t perform that action at this time.
0 commit comments