]> granicus.if.org Git - python/commit
Bug #1441397: The compiler module now recognizes module and function
authorGeorg Brandl <georg@python.org>
Sat, 29 Jul 2006 09:33:26 +0000 (09:33 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 29 Jul 2006 09:33:26 +0000 (09:33 +0000)
commitedd9b0dfb39daa18c1462665c55bc4ad3d0a0e5d
tree39405800c37f6bbd79c692a0802476fe0bcca346
parent9fd21e31b6683e532949bbf650bb9decee4f42a4
Bug #1441397: The compiler module now recognizes module and function
docstrings correctly as it did in Python 2.4.
Lib/compiler/transformer.py
Lib/test/test_compiler.py
Misc/NEWS