[Bug 1898693] Re: Devhelp index trims function names for python docs making them unsearchable
Alek Kowalczyk
1898693 at bugs.launchpad.net
Mon Dec 14 13:43:03 UTC 2020
** Package changed: devhelp (Ubuntu) => python3.8 (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1898693
Title:
Devhelp index trims function names for python docs making them
unsearchable
Status in python3.8 package in Ubuntu:
New
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.8/+bug/1898693/+subscriptions
More information about the foundations-bugs
mailing list