From 4dcda65e3a00c3b87db3851fc20993884c7d512e Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sat, 7 Jul 2007 13:03:55 +0000 Subject: Bug 342948 – Add exception handling to GOption MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=681 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a0518b..00cd480 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-04-30 Johannes Hölzl + + * gobject/gobjectmodule.c (init_gobjectmodule), + * gobject/pygoptiongroup.c (arg_func), + * gobject/option.py (OptionParser._parse_args, OptionGroup._to_goptiongroup), + * tests/test_option.py: OptParse-Exceptions in GOption-callbacks + are now convertet into an GError. GError from the + GOptionGroup.run is convertet into an OptParse-Exception. + 2007-07-06 Ed Catmur * gobject/pygtype.c (pyg_param_gvalue_from_pyobject), -- cgit