_postproc_translate_options: fix syntax error

* python/spot/__init__.py: Here.
* tests/python/except.py: Add test.
* NEWS: Mention the issue.
This commit is contained in:
Alexandre Duret-Lutz 2020-02-10 11:37:58 +01:00
parent 71f1f2fb96
commit 09bb61db33
3 changed files with 16 additions and 3 deletions

4
NEWS
View file

@ -92,6 +92,10 @@ New in spot 2.8.5.dev (not yet released)
consequence, some correct output could be larger than necessary
(but still correct).
- calling spot.translate() with two conflicting preferences like
spot.translate(..., 'det', 'any') triggered a syntax error in the
Python code to handle this error.
New in spot 2.8.5 (2020-01-04)
Bugs fixed: