mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
NEWS: Python bindings changes for 0.26
These are my own changes, plus those of Florian Klink and Lucas Hoffmann. Gaute's change fixed a bug that was never in a released version, so I left it out.
This commit is contained in:
parent
762617b96c
commit
eff029de4a
1 changed files with 14 additions and 0 deletions
14
NEWS
14
NEWS
|
@ -73,6 +73,20 @@ Change of return value of `notmuch_thread_get_authors`
|
|||
returned NULL. This has been replaced by an empty string, since the
|
||||
possibility of NULL was not documented.
|
||||
|
||||
Python Bindings
|
||||
---------------
|
||||
|
||||
Python bindings specific Debian packaging is removed
|
||||
|
||||
The bindings have been build by the top level Debian packaging for a
|
||||
long time, and `bindings/python/debian` has bit-rotted.
|
||||
|
||||
Open mail files in binary mode when using Python 3
|
||||
|
||||
This avoids certain encoding related crashes under Python 3.
|
||||
|
||||
Add python bindings for notmuch_database_{get,set}_config*
|
||||
|
||||
nmbug
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in a new issue