aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-22 20:33:31 +0100
committerDavid Bremner <bremner@debian.org>2012-02-25 10:28:22 -0400
commit327892f5966157427f9f9081474eefec665c37fb (patch)
tree581c7a816725ed33af256bb6af18cf53d7512897 /NEWS
parent8dec19fd66d8dafea8cbba5617eeb8ee86f4ac60 (diff)
NEWS: add entry for the improved unicode handling in the python bindings
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 403a310..af5e9ea 100644
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,12 @@ Python 3.2 compatibility
The python bindings are now compatible with both python 2.5+ and 3.2.
+Added missing unicode conversions
+
+ Python strings have to be encoded to and decoded from utf-8 when
+ calling libnotmuch functions. Porting the bindings to python 3.2
+ revealed a few function calls that were missing these conversions.
+
Build fixes
-----------