python: fix error message of translate()/posprocess()

* python/spot/__init__.py: Here.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2018-03-28 10:31:02 +02:00
parent 4ac3143b53
commit ee30f96676
2 changed files with 18 additions and 9 deletions

3
NEWS
View file

@ -32,6 +32,9 @@ New in spot 2.5.2.dev (not yet released)
- "autfilt --cobuchi --small/--det" would turn a transition-based
co-Büchi automaton into a state-based co-Büchi.
- Fix cryptic error message from Python's spot.translate() and
spot.postprocess() when supplying conflicting arguments.
New in spot 2.5.2 (2018-03-25)
Bugs fixed: