Re: [PATCH] Switch to python 3

2018-03-16 Thread Sébastien de Menten
.us> > > To: "Julian Wollrath" <jwollr...@web.de> > > Cc: gnucash-devel@gnucash.org > > Subject: Re: [PATCH] Switch to python 3 > > > > For further discussion here, though, particularly for Sébastien de > Menten and Ale

Re: [PATCH] Switch to python 3

2018-03-16 Thread Alen Siljak
;John Ralls" <jra...@ceridwen.us> > To: "Julian Wollrath" <jwollr...@web.de> > 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

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

[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