[issue8507] abc.abstractproperty does not copy docstring
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: Library (Lib) files: python.abc.abstractproperty.bug messages: 104012 nosy: rescrv severity: normal status: open title: abc.abstractproperty does not copy docstring type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file17052/python.abc.abstractproperty.bug ___ Python tracker <http://bugs.python.org/issue8507> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue24869] shlex lineno inaccurate with certain inputs
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 token. I'm trying to use changes in the lineno to aggregate tokens into commands. This may not be an intended use case. -- components: Library (Lib) files: badlex.py messages: 248596 nosy: rescrv priority: normal severity: normal status: open title: shlex lineno inaccurate with certain inputs versions: Python 3.4 Added file: http://bugs.python.org/file40180/badlex.py ___ Python tracker <http://bugs.python.org/issue24869> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com