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

help related topic doesn't exist #49471

Closed
lambertdw mannequin opened this issue Feb 11, 2009 · 3 comments
Closed

help related topic doesn't exist #49471

lambertdw mannequin opened this issue Feb 11, 2009 · 3 comments
Labels
easy interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@lambertdw
Copy link
Mannequin

lambertdw mannequin commented Feb 11, 2009

BPO 5221
Nosy @birkenfeld, @terryjreedy

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 2009-09-04.08:07:46.869>
created_at = <Date 2009-02-11.20:48:08.711>
labels = ['interpreter-core', 'easy', 'type-bug']
title = "help  related topic doesn't exist"
updated_at = <Date 2009-09-04.08:07:46.867>
user = 'https://bugs.python.org/LambertDW'

bugs.python.org fields:

activity = <Date 2009-09-04.08:07:46.867>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2009-09-04.08:07:46.869>
closer = 'georg.brandl'
components = ['Interpreter Core']
creation = <Date 2009-02-11.20:48:08.711>
creator = 'LambertDW'
dependencies = []
files = []
hgrepos = []
issue_num = 5221
keywords = ['easy']
message_count = 3.0
messages = ['81668', '89371', '92242']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'terry.reedy', 'LambertDW']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue5221'
versions = ['Python 3.0', 'Python 3.1']

@lambertdw
Copy link
Mannequin Author

lambertdw mannequin commented Feb 11, 2009

help function is not current, then again, neither is my python3.
Possibly sequencemethods[12] are eradicated.

$ p3
Python 3.0rc1+ (py3k, Nov  5 2008, 14:44:46) 
[GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help('SEQUENCEMETHODS')
...

Related help topics: SEQUENCES, SEQUENCEMETHODS2, SPECIALMETHODS

>>> help('SEQUENCEMETHODS1')
no Python documentation found for 'SEQUENCEMETHODS1'

>>> help('SEQUENCEMETHODS2')
no Python documentation found for 'SEQUENCEMETHODS2'

@lambertdw lambertdw mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Feb 11, 2009
@terryjreedy
Copy link
Member

In 3.1rc2, SPECIALMETHODS help ends with
"Related help topics: BASICMETHODS, ATTRIBUTEMETHODS, CALLABLEMETHODS,
SEQUENCEMETHODS1, MAPPINGMETHODS, SEQUENCEMETHODS2, NUMBERMETHODS,
CLASSES".
The topic list only has SEQUENCEMETHODS and not S...1 and S...2.
So I suspect the two topics were consolidated into one without changing
the cross-reference lists. The latter need editing.

@birkenfeld
Copy link
Member

Thanks, fixed in r74645.

@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
easy interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants