mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
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:
parent
8dec19fd66
commit
327892f596
1 changed files with 6 additions and 0 deletions
6
NEWS
6
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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in a new issue