[Bug 1898693] [NEW] Devhelp index trims function names for python docs making them unsearchable
Launchpad Bug Tracker
1898693 at bugs.launchpad.net
Mon Dec 14 13:43:04 UTC 2020
You have been subscribed to a public bug:
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.
** Affects: python3.8 (Ubuntu)
Importance: Undecided
Status: New
--
Devhelp index trims function names for python docs making them unsearchable
https://bugs.launchpad.net/bugs/1898693
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to python3.8 in Ubuntu.
More information about the foundations-bugs
mailing list