properly handle expressions at the beginning of func/class/etc. blocks that start...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 13:31:42 +0000 (15:31 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 13:31:42 +0000 (15:31 +0200)
commitb6b5152f386ddae503674cc26200a547f3b4c8b0
tree00501257839a4aab0f3c68b941d5e29ef4af60ce
parentfc0a514aa07435b7e898d48be2638512c1a772ee
properly handle expressions at the beginning of func/class/etc. blocks that start with a string literal but are not docstrings
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.py
tests/run/r_docstrings.pyx