classification
Title: abc.abstractproperty does not copy docstring
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.2, Python 3.1, Python 2.7, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: durban, rescrv
Priority: normal Keywords:

Created on 2010-04-23 13:33 by rescrv, last changed 2010-07-23 17:56 by durban.

Files
File name Uploaded Description Edit
python.abc.abstractproperty.bug rescrv, 2010-04-23 13:33 Interactive interpreter session
Messages (2)
msg104012 - (view) Author: Robert Escriva (rescrv) Date: 2010-04-23 13:33
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.
msg111368 - (view) Author: Daniel Urban (durban) Date: 2010-07-23 17:56
I tried, and wasn't able to reproduce with py3k (r83091), 3.1.2, release27-maint (r83111), release26-maint (r83111).
History
Date User Action Args
2010-07-23 17:56:15durbansetnosy: + durban
messages: + msg111368
2010-04-23 13:35:20pitrousetpriority: normal
versions: + Python 3.1, Python 2.7, Python 3.2
2010-04-23 13:33:07rescrvcreate