python: add bindings for to_generalized_buchi()

* python/spot/impl.i: Here.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-08 17:33:51 +01:00
parent 4a160cb644
commit 4c08e7ec00
2 changed files with 4 additions and 1 deletions

3
NEWS
View file

@ -10,7 +10,8 @@ New in spot 2.3.1.dev (not yet released)
Python:
- The bdd_to_formula() function can now be called in Python.
- The bdd_to_formula(), and to_generalized_buchi() functions can now
be called in Python.
Documentation: