#507: Fix crash parsing Python argument lists containing brackets in string literals.

This commit is contained in:
Georg Brandl
2010-08-23 15:20:22 +00:00
parent d1be56c93f
commit a86d481925
3 changed files with 54 additions and 43 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.3 (in development)
==============================
* #507: Fix crash parsing Python argument lists containing brackets
in string literals.
* #501: Fix regression when building LaTeX docs with figures that
don't have captions.