python: fix return value of emptiness_check_instantiator

* wrap/python/spot.i: Fix typemap for
emptiness_check_instantiator::construct.  The previous code used
to turn (None, "error") into simply ("error").
* wrap/python/ajax/spot.in: Fix handling or errors when
instantiating emptiness checks.
This commit is contained in:
Alexandre Duret-Lutz 2012-03-04 17:23:46 +01:00
parent 503a57cad2
commit 88044453fc
3 changed files with 31 additions and 2 deletions

View file

@ -1,3 +1,13 @@
2012-03-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
python: fix return value of emptiness_check_instantiator
* wrap/python/spot.i: Fix typemap for
emptiness_check_instantiator::construct. The previous code used
to turn (None, "error") into simply ("error").
* wrap/python/ajax/spot.in: Fix handling or errors when
instantiating emptiness checks.
2012-02-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Summarize recent changes.