New submission from Robert Escriva :
Attached file shows interpreter session where the bug manifests.
It was my expectation that abc.abstractproperty would copy the docstring just
like property. Instead, the docstring is the one for abc.abstractproperty
itself.
--
components
New submission from Robert Escriva:
The newlines calculated by the shlex module are inaccurate for certain inputs
with comments inline. I've attached a simple script that illustrates the
problem.
My assumption here is that the lineno is supposed to match a line related to
the current