commit | 9ab019bee7ccc79b15a24ab3043cb1f05b15d7bb | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Apr 11 16:24:30 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Apr 11 16:24:30 2001 +0000 |
tree | e15b547b02f23b759eac9440ba81c2e20621c9a5 | |
parent | 4c1f42733ce7bc322c707c10b3322665a7a128ea [diff] |
Generate docstrings. Fixes SF buf #217004 Add method fixDocstring() to CodeGenerator. It converts the Discard node containing the docstring into an assignment to __doc__.