pyreadline: all conversion is now handled by the ensure_unicode, ensure_str pair of functions

This commit is contained in:
jstenar
2007-11-10 18:28:25 +00:00
parent 0716080c10
commit b1bae5d69f
6 changed files with 17 additions and 12 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-11-09 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* make all conversion is done by ensure_unicode or ensure_str to ensure uniform
handling of unicode issues.
2007-11-09 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
* More fixes to unicode handling.