This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: "class in None" in html help keyword
Type: Stage:
Components: Documentation tools (Sphinx) Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ocean-city
Priority: normal Keywords: patch

Created on 2008-11-02 04:32 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
snapshot.png ocean-city, 2008-11-02 04:32
sphinx_class_in_none.patch ocean-city, 2008-11-03 00:55
Messages (3)
msg75453 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-11-02 04:32
I noticed built-in class `set` uses "set (class in None)" as index
keyword. Please see attached file "snapshot.png".

I think "set (builtin class)" or something is better.
msg75458 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2008-11-03 00:55
I've received checkin-mail to notify
http://svn.python.org/projects/doctools is outdated, but I don't have
Mercurial now, so I'll submit a patch for outdated repo. (I hope not so
outdated just now) Sorry for inconvenience.
msg75462 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-11-03 07:02
Thanks, committed as changeset 693fa9bb3b39.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48498
2008-11-03 07:02:44georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg75462
2008-11-03 01:10:11ocean-citysetcomponents: + Documentation tools (Sphinx), - Documentation, Windows
2008-11-03 00:55:41ocean-citysetfiles: + sphinx_class_in_none.patch
keywords: + patch
messages: + msg75458
2008-11-02 04:32:23ocean-citycreate