python: add get_name & set_name for automata

* wrap/python/spot_impl.i (get_name, set_name): New methods for twa.
* wrap/python/tests/remfin.py: Test them.
* wrap/python/ajax/spotcgi.in: Use set_name().
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-18 15:43:19 +02:00
parent 176c9e2e17
commit 43a5187ab4
4 changed files with 26 additions and 0 deletions

1
NEWS
View file

@ -48,6 +48,7 @@ New in spot 1.99.4a (not yet released)
https://spot.lrde.epita.fr/tut01.html for examples.
* The Debian package is now compiled for all Python3 versions
supported by Debian, not just the default one.
* Automata now have get_name()/set_name() methods.
Bugs fixed: