[New-bugs-announce] [issue8507] abc.abstractproperty does not copy docstring
Robert Escriva
report at bugs.python.org
Fri Apr 23 15:33:08 CEST 2010
New submission from Robert Escriva <bugs.python at mail.robescriva.com>:
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 <report at bugs.python.org>
<http://bugs.python.org/issue8507>
_______________________________________
More information about the New-bugs-announce
mailing list