Devhelp index trims function names for python docs making them unsearchable

Bug #1898693 reported by Alek Kowalczyk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python3.8 (Ubuntu)
New
Undecided
Unassigned

Bug Description

The devhelp index for Python 3.8 docs (Ubuntu 20.04) trims method and attribute names from the index items, leaving only the "(<...> method|attribute)" part.
Effectively that makes most of the items there unsearchable through devehelp interface.

For instance, the index shows:
(str method)
(str static method)
(struct.Struct attribute)

instead of expected:
capitalize (str method)
maketrans (str static method)
size (struct.Struct attribute)

Attached a screenshot.

Revision history for this message
Alek Kowalczyk (alek-kowalczyk) wrote :
affects: devhelp (Ubuntu) → python3.8 (Ubuntu)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.