[PATCH 1/2] NEWS: add entry for python 3.2 compatibility

classic Classic list List threaded Threaded
3 messages Options
Justus Winter Justus Winter
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[PATCH 1/2] NEWS: add entry for python 3.2 compatibility

Signed-off-by: Justus Winter <[hidden email]>
---
 NEWS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index e9abb86..403a310 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,13 @@ New functions
   notmuch_query_add_tag_exclude supports the new tag exclusion
   feature.
 
+Python bindings changes
+-----------------------
+
+Python 3.2 compatibility
+
+  The python bindings are now compatible with both python 2.5+ and 3.2.
+
 Build fixes
 -----------
 
--
1.7.9

_______________________________________________
notmuch mailing list
[hidden email]
http://notmuchmail.org/mailman/listinfo/notmuch
Justus Winter Justus Winter
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

Signed-off-by: Justus Winter <[hidden email]>
---
 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

_______________________________________________
notmuch mailing list
[hidden email]
http://notmuchmail.org/mailman/listinfo/notmuch
David Bremner-2 David Bremner-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [PATCH 1/2] NEWS: add entry for python 3.2 compatibility

In reply to this post by Justus Winter
On Wed, 22 Feb 2012 20:33:30 +0100, Justus Winter <[hidden email]> wrote:
> Signed-off-by: Justus Winter <[hidden email]>
> ---
>  NEWS |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)

Pushed both.

d
_______________________________________________
notmuch mailing list
[hidden email]
http://notmuchmail.org/mailman/listinfo/notmuch
Loading...