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

super is a built-in type #47986

Closed
tarekziade mannequin opened this issue Aug 29, 2008 · 3 comments
Closed

super is a built-in type #47986

tarekziade mannequin opened this issue Aug 29, 2008 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Aug 29, 2008

BPO 3736
Nosy @birkenfeld, @rhettinger, @tarekziade

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/rhettinger'
closed_at = <Date 2008-10-02.02:38:06.074>
created_at = <Date 2008-08-29.23:46:29.773>
labels = ['docs']
title = 'super is a built-in type'
updated_at = <Date 2008-10-02.02:38:06.073>
user = 'https://github.com/tarekziade'

bugs.python.org fields:

activity = <Date 2008-10-02.02:38:06.073>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = <Date 2008-10-02.02:38:06.074>
closer = 'rhettinger'
components = ['Documentation']
creation = <Date 2008-08-29.23:46:29.773>
creator = 'tarek'
dependencies = []
files = []
hgrepos = []
issue_num = 3736
keywords = []
message_count = 3.0
messages = ['72174', '72178', '74153']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'rhettinger', 'tarek']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue3736'
versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7']

@tarekziade
Copy link
Mannequin Author

tarekziade mannequin commented Aug 29, 2008

super is defined as a built-in function

http://docs.python.org/dev/library/functions.html

but it is a type, shouldn't it be replaced ?

@tarekziade tarekziade mannequin assigned birkenfeld Aug 29, 2008
@tarekziade tarekziade mannequin added the docs Documentation in the Doc dir label Aug 29, 2008
@rhettinger
Copy link
Contributor

Am already working on the docs for super().

@rhettinger rhettinger assigned rhettinger and unassigned birkenfeld Aug 30, 2008
@rhettinger
Copy link
Contributor

The super() docs have been updated to be more clear. It is still listed
amongst built-in functions -- that list doesn't separate callables that
are also types, so super() is appropriately listed side-by-side with
tuple().

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 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