Bug #1441397: The compiler module now recognizes module and function

docstrings correctly as it did in Python 2.4.
This commit is contained in:
Georg Brandl 2006-07-29 09:33:26 +00:00
parent 9fd21e31b6
commit edd9b0dfb3
3 changed files with 12 additions and 0 deletions

View file

@ -1382,6 +1382,7 @@ _doc_nodes = [
symbol.testlist,
symbol.testlist_safe,
symbol.test,
symbol.or_test,
symbol.and_test,
symbol.not_test,
symbol.comparison,