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: undefined label: bltin-file-objects
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pitrou Nosy List: ezio.melotti, georg.brandl, pitrou
Priority: normal Keywords:

Created on 2010-01-04 09:58 by ezio.melotti, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg97201 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-01-04 09:58
~/dev/py3k-wide/Doc$ make html
[...]
/home/wolf/dev/py3k-wide/Doc/library/filesys.rst:30: WARNING: undefined
label: bltin-file-objects -- if you don't give a link caption the label
must precede a section header.                                                  
/home/wolf/dev/py3k-wide/Doc/library/socket.rst:578: WARNING: undefined
label: bltin-file-objects -- if you don't give a link caption the label
must precede a section header.                                                  
/home/wolf/dev/py3k-wide/Doc/library/tokenize.rst:19: WARNING: undefined
label: bltin-file-objects -- if you don't give a link caption the label
must precede a section header.                                                 
/home/wolf/dev/py3k-wide/Doc/reference/datamodel.rst:784: WARNING:
undefined label: bltin-file-objects -- if you don't give a link caption
the label must precede a section header.                                             
/home/wolf/dev/py3k-wide/Doc/using/cmdline.rst:238: WARNING: undefined
label: bltin-file-objects -- if you don't give a link caption the label
must precede a section header.
[...]

This is because http://docs.python.org/library/stdtypes.html#bltin-file-objects doesn't exist anymore in py3k
msg97222 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-01-04 18:51
Fixed in r77300.
History
Date User Action Args
2022-04-11 14:56:56adminsetgithub: 51880
2010-01-04 18:51:17pitrousetstatus: open -> closed
resolution: fixed
messages: + msg97222
2010-01-04 10:03:23georg.brandlsetassignee: georg.brandl -> pitrou
2010-01-04 09:58:54ezio.melotticreate