commit | edd9b0dfb39daa18c1462665c55bc4ad3d0a0e5d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jul 29 09:33:26 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jul 29 09:33:26 2006 +0000 |
tree | 39405800c37f6bbd79c692a0802476fe0bcca346 | |
parent | 9fd21e31b6683e532949bbf650bb9decee4f42a4 [diff] |
Bug #1441397: The compiler module now recognizes module and function docstrings correctly as it did in Python 2.4.
diff --git a/Lib/compiler/transformer.py b/Lib/compiler/transformer.py index 53d30f0..a16dc55 100644 --- a/Lib/compiler/transformer.py +++ b/Lib/compiler/transformer.py
@@ -1382,6 +1382,7 @@ symbol.testlist, symbol.testlist_safe, symbol.test, + symbol.or_test, symbol.and_test, symbol.not_test, symbol.comparison,