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

py3k weakref documentation mentions the long built-in type #52906

Closed
durban mannequin opened this issue May 8, 2010 · 2 comments
Closed

py3k weakref documentation mentions the long built-in type #52906

durban mannequin opened this issue May 8, 2010 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@durban
Copy link
Mannequin

durban mannequin commented May 8, 2010

BPO 8660
Nosy @benjaminp, @durban

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 = None
closed_at = <Date 2010-05-08.15:31:39.256>
created_at = <Date 2010-05-08.13:10:08.277>
labels = ['docs']
title = 'py3k weakref documentation mentions the long built-in type'
updated_at = <Date 2010-05-08.15:31:39.254>
user = 'https://github.com/durban'

bugs.python.org fields:

activity = <Date 2010-05-08.15:31:39.254>
actor = 'benjamin.peterson'
assignee = 'docs@python'
closed = True
closed_date = <Date 2010-05-08.15:31:39.256>
closer = 'benjamin.peterson'
components = ['Documentation']
creation = <Date 2010-05-08.13:10:08.277>
creator = 'daniel.urban'
dependencies = []
files = []
hgrepos = []
issue_num = 8660
keywords = []
message_count = 2.0
messages = ['105285', '105299']
nosy_count = 3.0
nosy_names = ['benjamin.peterson', 'daniel.urban', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue8660'
versions = ['Python 3.1', 'Python 3.2', 'Python 3.3']

@durban
Copy link
Mannequin Author

durban mannequin commented May 8, 2010

There is a sentence in the weakref module's documentation:
"Other built-in types such as tuple and long do not support weak references even when subclassed"
But there is no "long" type in py3k.

@durban durban mannequin assigned docspython May 8, 2010
@durban durban mannequin added the docs Documentation in the Doc dir label May 8, 2010
@benjaminp
Copy link
Contributor

Fixed in r80983.

@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

1 participant