Closes #933: Do not crash if an `:option:` value is malformed (contains spaces

but no option name).
This commit is contained in:
Georg Brandl
2014-01-10 22:04:03 +01:00
parent 38d73fb056
commit 195050c6c4
4 changed files with 19 additions and 4 deletions

View File

@@ -30,6 +30,9 @@ Bugs fixed
* #932: autodoc: Do not crash if ``__doc__`` is not a string.
* #933: Do not crash if an ``:option:`` value is malformed (contains spaces
but no option name).
Documentation
-------------