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() fails for some builtin topics #37515

Closed
doko42 opened this issue Nov 22, 2002 · 2 comments
Closed

help() fails for some builtin topics #37515

doko42 opened this issue Nov 22, 2002 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@doko42
Copy link
Member

doko42 commented Nov 22, 2002

BPO 642168
Nosy @doko42

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 2003-02-07.20:57:44.000>
created_at = <Date 2002-11-22.07:54:40.000>
labels = ['docs']
title = 'help() fails for some builtin topics'
updated_at = <Date 2003-02-07.20:57:44.000>
user = 'https://github.com/doko42'

bugs.python.org fields:

activity = <Date 2003-02-07.20:57:44.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-11-22.07:54:40.000>
creator = 'doko'
dependencies = []
files = []
hgrepos = []
issue_num = 642168
keywords = []
message_count = 2.0
messages = ['13425', '13426']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'doko']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue642168'
versions = ['Python 2.3']

@doko42
Copy link
Member Author

doko42 commented Nov 22, 2002

[seen with 2.2.2 and current CVS]

Python's help() function can display some manual
sections, in addition
to the docstrings of various modules and functions.
However, for
some (not all) things this fails.

Python 2.2.2 (#4, Oct 15 2002, 04:21:28)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for
more information.

help> and
could not read docs from
/usr/share/doc/python2.2-doc/html/ref/lambda.html

help> topics

Here is a list of available topics. Enter any topic
name to get more
help.

ASSERTION DEBUGGING LITERALS
SEQUENCEMETHODS1
ASSIGNMENT DELETION LOOPING
SEQUENCEMETHODS2
ATTRIBUTEMETHODS DICTIONARIES MAPPINGMETHODS
SEQUENCES
ATTRIBUTES DICTIONARYLITERALS MAPPINGS
SHIFTING
AUGMENTEDASSIGNMENT ELLIPSIS METHODS
SLICINGS
BACKQUOTES EXCEPTIONS MODULES
SPECIALATTRIBUTES
BASICMETHODS EXECUTION NAMESPACES
SPECIALIDENTIFIERS
BINARY EXPRESSIONS NONE
SPECIALMETHODS
BITWISE FILES NUMBERMETHODS
STRINGMETHODS
BOOLEAN FLOAT NUMBERS
STRINGS
CALLABLEMETHODS FORMATTING OBJECTS
SUBSCRIPTS
CALLS FRAMEOBJECTS OPERATORS
TRACEBACKS
CLASSES FRAMES PACKAGES
TRUTHVALUE
CODEOBJECTS FUNCTIONS POWER
TUPLELITERALS
COERCIONS IDENTIFIERS PRECEDENCE
TUPLES
COMPARISON IMPORTING PRINTING
TYPEOBJECTS
COMPLEX INTEGER PRIVATENAMES
TYPES
CONDITIONAL LISTLITERALS RETURNING
UNARY
CONVERSIONS LISTS SCOPING
UNICODE

help> spam
no Python documentation found for 'spam'

help> TRUTHVALUE

Related help topics: if, while, and, or, not, BASICMETHODS

help> COERCIONS

help> UNICODE
could not read docs from
/usr/share/doc/python2.2-doc/html/ref/unicode.html

@doko42 doko42 closed this as completed Nov 22, 2002
@doko42 doko42 added the docs Documentation in the Doc dir label Nov 22, 2002
@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Feb 7, 2003

Logged In: YES
user_id=33168

Fixed for UNICODE (same as string), and/or/not (same as
BOOLEANS). I don't know of any other problems, so I'm
closing this bug.

Checked in as:

@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

1 participant