[issue8507] abc.abstractproperty does not copy docstring

2013-10-14 Thread Georg Brandl
Georg Brandl added the comment: Confirmed; this appears fixed. -- nosy: +georg.brandl resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8507 ___

[issue8507] abc.abstractproperty does not copy docstring

2010-07-23 Thread Daniel Urban
Daniel Urban urban.dani...@gmail.com added the comment: I tried, and wasn't able to reproduce with py3k (r83091), 3.1.2, release27-maint (r83111), release26-maint (r83111). -- nosy: +durban ___ Python tracker rep...@bugs.python.org

[issue8507] abc.abstractproperty does not copy docstring

2010-04-23 Thread Robert Escriva
New submission from Robert Escriva bugs.pyt...@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.

[issue8507] abc.abstractproperty does not copy docstring

2010-04-23 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- priority: - normal versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8507 ___