[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
http://bugs.python.org/issue8507
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--
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 rep...@bugs.python.org
http://bugs.python.org/issue8507
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com