This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: property() builtin not documented
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: jvr, nnorwitz
Priority: normal Keywords:

Created on 2002-11-23 14:33 by jvr, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg13438 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2002-11-23 14:33
It seems the property() builtin isn't documented in
lib/built-in-funcs.html
msg13439 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-12-17 01:04
Logged In: YES 
user_id=33168

Checked in as Doc/lib/libfuncs.tex 1.124

You got 4 for the price of one.  All these got doc'ed: 
classmethod property staticmethod super.
History
Date User Action Args
2022-04-10 16:05:56adminsetgithub: 37524
2002-11-23 14:33:11jvrcreate