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: abc.rst little error
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, georg.brandl, mishok13
Priority: normal Keywords: patch

Created on 2008-07-07 14:57 by mishok13, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
abc.rst.diff mishok13, 2008-07-07 14:57
Messages (2)
msg69390 - (view) Author: Andrii V. Mishkovskyi (mishok13) Date: 2008-07-07 14:57
'make html' with latest py3k sources produces this warning:
WARNING: /home/mishok/doc/python/abc-doc-bug/Doc/library/abc.rst:11:
term not in glossary: abstract base classes
I've applied little patch that fixes this.
msg69407 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-08 02:27
This is fixed on the trunk, and should be merged into Py3k shortly.
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47565
2008-07-08 02:27:41benjamin.petersonsetstatus: open -> closed
nosy: + benjamin.peterson
resolution: later
messages: + msg69407
2008-07-07 14:57:42mishok13create