mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Bug #1441397: The compiler module now recognizes module and function
docstrings correctly as it did in Python 2.4.
This commit is contained in:
parent
9fd21e31b6
commit
edd9b0dfb3
3 changed files with 12 additions and 0 deletions
|
@ -1382,6 +1382,7 @@ _doc_nodes = [
|
|||
symbol.testlist,
|
||||
symbol.testlist_safe,
|
||||
symbol.test,
|
||||
symbol.or_test,
|
||||
symbol.and_test,
|
||||
symbol.not_test,
|
||||
symbol.comparison,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue