Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In 2.2, types are callable #35019

Closed
aleaxit opened this issue Aug 21, 2001 · 2 comments
Closed

In 2.2, types are callable #35019

aleaxit opened this issue Aug 21, 2001 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@aleaxit
Copy link
Contributor

aleaxit commented Aug 21, 2001

BPO 453683
Nosy @freddrake, @aleaxit

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/freddrake'
closed_at = <Date 2003-07-15.20:45:54.000>
created_at = <Date 2001-08-21.11:31:49.000>
labels = ['docs']
title = 'In 2.2, types are callable'
updated_at = <Date 2003-07-15.20:45:54.000>
user = 'https://github.com/aleaxit'

bugs.python.org fields:

activity = <Date 2003-07-15.20:45:54.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-08-21.11:31:49.000>
creator = 'aleax'
dependencies = []
files = []
hgrepos = []
issue_num = 453683
keywords = []
message_count = 2.0
messages = ['6111', '6112']
nosy_count = 2.0
nosy_names = ['fdrake', 'aleax']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue453683'
versions = []

@aleaxit
Copy link
Contributor Author

aleaxit commented Aug 21, 2001

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

@aleaxit aleaxit closed this as completed Aug 21, 2001
@aleaxit aleaxit added the docs Documentation in the Doc dir label Aug 21, 2001
@aleaxit aleaxit closed this as completed Aug 21, 2001
@aleaxit aleaxit added the docs Documentation in the Doc dir label Aug 21, 2001
@freddrake
Copy link
Member

Logged In: YES
user_id=3066

Fixed in Doc/ref/ref3.tex revision 1.109.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants