#1674: do not crash if module.__all__ is not according to spec

This commit is contained in:
Georg Brandl
2015-01-15 08:26:40 +01:00
parent dee3e60ee6
commit ab546acef0
2 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ Bugs fixed
----------
* LaTeX writer now generates correct markup for cells spanning multiple rows.
* #1674: Do not crash if a module's ``__all__`` is not a list of strings.
Release 1.3b2 (released Dec 5, 2014)