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: Interactive help raise exception while listing modules
Type: Stage:
Components: Library (Lib) Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, hdima
Priority: normal Keywords:

Created on 2007-06-19 11:16 by hdima, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pydoc.patch hdima, 2007-06-19 11:16 Pydoc patch
Messages (2)
msg32367 - (view) Author: Dmitry Vasiliev (hdima) Date: 2007-06-19 11:16
Pydoc module shouldn't try to get slice from the dict's keys view and should use floor division where appropriate. The fix attached.
msg32368 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-06-19 12:33
Thanks for the patch, committed in rev. 56037.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45109
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2007-06-19 11:16:41hdimacreate