[issue8172] Documentation of Property needs example

2010-08-02 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Fixed in r83548.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8172
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8172] Documentation of Property needs example

2010-03-18 Thread Mitchell Model

New submission from Mitchell Model m...@acm.org:

Strangely, the extensive documentation of the property function in the 
Built-in Functions of the documentation has no example of the use of a 
property. Readers unfamiliar with properties should be told that obj.x invokes 
the getter, obj.x=value the setter, etc. The lack of parentheses is 
particularly significant.

--
assignee: georg.brandl
components: Documentation
messages: 101262
nosy: MLModel, georg.brandl
severity: normal
status: open
title: Documentation of Property needs example
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8172
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com