Closes #1102: Support multi-context "with" statements in autodoc by updating

pycode grammar from lib2to3.
This commit is contained in:
Georg Brandl
2013-03-30 17:45:42 +01:00
parent 34c8a68e74
commit 2e8b8ba7e3
2 changed files with 17 additions and 26 deletions
+1
View File
@@ -170,6 +170,7 @@ Bugs fixed
:confval:`html_search_language` is 'ja'. Thanks to Tomo Saito.
* #1108: The text writer now correctly numbers enumerated lists with
non-default start values (based on patch by Ewan Edwards).
* #1102: Support multi-context "with" statements in autodoc.
* #1090: Fix gettext not extracting glossary terms.
* #1074: Add environment version info to the generated search index to avoid
compatibility issues with old builds.