gnucash master: Remove the xxx_with_error functions from Python bindings. They were removed from GnuCash in b199593 In January.

Mike Alexander mta at code.gnucash.org
Sun Mar 26 19:26:55 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/2b777b98 (commit)
	from  https://github.com/Gnucash/gnucash/commit/cd07876a (commit)



commit 2b777b9848961acccb1c65df53b7ff199c19bfea
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Mar 26 17:42:52 2017 -0400

    Remove the xxx_with_error functions from Python bindings.
    They were removed from GnuCash in b199593 In January.

diff --git a/src/optional/python-bindings/gnucash_core.py b/src/optional/python-bindings/gnucash_core.py
index af9e007..f917c40 100644
--- a/src/optional/python-bindings/gnucash_core.py
+++ b/src/optional/python-bindings/gnucash_core.py
@@ -523,10 +523,6 @@ gncnumeric_dict =   {
                         'abs' : GncNumeric,
                         'add_fixed' : GncNumeric,
                         'sub_fixed' : GncNumeric,
-                        'add_with_error' : GncNumeric,
-                        'sub_with_error' : GncNumeric,
-                        'mul_with_error' : GncNumeric,
-                        'div_with_error' : GncNumeric,
                         'convert' : GncNumeric,
                         'reduce' : GncNumeric
                     }



Summary of changes:
 src/optional/python-bindings/gnucash_core.py | 4 ----
 1 file changed, 4 deletions(-)



More information about the gnucash-changes mailing list