NEWS: add entry for the improved unicode handling in the python bindings

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
Justus Winter 2012-02-22 20:33:31 +01:00 committed by David Bremner
parent 8dec19fd66
commit 327892f596

6
NEWS
View file

@ -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
-----------