|
From: Justus Winter <4winter@...>
Subject: [PATCH 2/2] NEWS: add entry for the improved unicode handling in the python bindings Newsgroups: gmane.mail.notmuch.general Date: 2012-02-22 19:33:31 GMT (11 weeks, 6 days, 21 hours and 32 minutes ago) Signed-off-by: Justus Winter <4winter@...> --- NEWS | 6 ++++++ 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 ----------- -- 1.7.9 |
|