Skip to content

Commit 4d68379

Browse files
author
Ralf Schlatterbeck
committed
- add latest change to CHANGES.txt changelog
1 parent ff42d76 commit 4d68379

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4351
2011-05-29 1.4.18 (r4610)

doc/acknowledgements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Sheila King,
7878
Michael Klatt,
7979
Bastian Kleineidam,
8080
Axel Kollmorgen,
81-
Cedric Krier,
81+
Cédric Krier,
8282
John Kristensen,
8383
Detlef Lannert,
8484
Andrey Lebedev,

0 commit comments

Comments
 (0)