#494: Fix the `maxdepth option for the toctree() template callable when used with collapse=True`.

This commit is contained in:
Georg Brandl
2010-08-23 15:59:20 +00:00
parent ab334a2a6f
commit 6ef0e9ea67
2 changed files with 45 additions and 12 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.3 (in development)
==============================
* #494: Fix the ``maxdepth`` option for the ``toctree()`` template
callable when used with ``collapse=True``.
* #507: Fix crash parsing Python argument lists containing brackets
in string literals.