Attribute docstrings support for cdef public attributes.
authorNikita Nemkin <nikita@nemkin.ru>
Sat, 13 Apr 2013 11:55:42 +0000 (17:55 +0600)
committerNikita Nemkin <nikita@nemkin.ru>
Sat, 13 Apr 2013 11:55:42 +0000 (17:55 +0600)
commitbb08f81247eb9a7700fe47e533add0141fc4bbb0
tree254e4196dad05d38e33757c5b0bf0f2d1778916a
parentb3201262a49500495051bfb2de0757abed7cf712
Attribute docstrings support for cdef public attributes.
Cython/Compiler/AutoDocTransforms.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
tests/errors/w_attr_docstrings.pyx [new file with mode: 0644]
tests/run/embedsignatures.pyx