Code

- add latest change to CHANGES.txt changelog
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 15 Jul 2011 12:54:27 +0000 (12:54 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 15 Jul 2011 12:54:27 +0000 (12:54 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4634 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
doc/acknowledgements.txt

index e6a6d48efd1aeada7a0657867369e9a5e394e761..a2d6f8c6a6328fb03eed49d199ba21ba4abdbf56 100644 (file)
@@ -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)
index 6810c2177e9c096a12d4d0a425b72ea0c03d013d..fd6676460da7c8a486497e2ccf18948fe397d4d9 100644 (file)
@@ -78,7 +78,7 @@ Sheila King,
 Michael Klatt,
 Bastian Kleineidam,
 Axel Kollmorgen,
-Cedric Krier,
+Cédric Krier,
 John Kristensen,
 Detlef Lannert,
 Andrey Lebedev,