Re: [PATCH] Switch to python 3

2018-03-16 Thread Sébastien de Menten
use that exclusively (as I'm fresh in the Python world). > Sebastien might still be supporting v2 in some projects so let's see what > he has to add. > > > Sent: Friday, March 16, 2018 at 3:26 PM > > From: "John Ralls" > > To: "Julian Wollra

Re: [PATCH] Switch to python 3

2018-03-16 Thread Alen Siljak
gt; From: "John Ralls" > To: "Julian Wollrath" > Cc: gnucash-devel@gnucash.org > Subject: Re: [PATCH] Switch to python 3 > > For further discussion here, though, particularly for Sébastien de Menten and > Alen Siljak: Is it OK to convert to Python-3 only or

Re: [PATCH] Switch to python 3

2018-03-16 Thread John Ralls
Sorry, we don’t accept patches on the mailing lists. Please either create a pull request on Github or attach it to https://bugzilla.gnome.org/show_bug.cgi?id=791831 . In the latter case patches should be made with git format-patch. In either ca

[PATCH] Switch to python 3

2018-03-16 Thread Julian Wollrath
This switches swig to use python 3 specific features, switches the build over to python 3 and adapts the tests accordingly. --- CMakeLists.txt | 6 +-- bindings/python/__init__.py | 2 +- bindings/python/function_class.py| 34 ++