Issue 3315: abc.rst little error (original) (raw)

Issue3315

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:36 admin set github: 47565
2008-07-08 02:27:41 benjamin.peterson set status: open -> closednosy: + benjamin.petersonresolution: latermessages: +
2008-07-07 14:57:42 mishok13 create