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: In 2.2, types are callable
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: aleax, fdrake
Priority: normal Keywords:

Created on 2001-08-21 11:31 by aleax, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (2)
msg6111 - (view) Author: Alex Martelli (aleax) * (Python committer) Date: 2001-08-21 11:31
http://python.sourceforge.net/devel-docs/ref/types.html
lists all the callable types, but it does not mention 
that (in 2.2) type objects themselves are callable (it 
only mentions classes, but it definitely seems it's 
only talking about "classic classes" here).
msg6112 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-07-15 20:45
Logged In: YES 
user_id=3066

Fixed in Doc/ref/ref3.tex revision 1.109.
History
Date User Action Args
2022-04-10 16:04:21adminsetgithub: 35019
2001-08-21 11:31:49aleaxcreate