[PATCH 3/3] NEWS: add entry for the improved unicode handling in the python bindings

Subject: [PATCH 3/3] NEWS: add entry for the improved unicode handling in the python bindings

Date: Sun, 29 Jan 2012 18:08:53 +0100

To: notmuch@notmuchmail.org

Cc:

From: Justus Winter


Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
---
 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 71644ff..132efe8 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,12 @@ Python 3.2 compatibility
 
   The python bindings are now compatible with both python 2.x 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
 -----------
 
-- 
1.7.8.3


Thread: