[New-bugs-announce] [issue7631] undefined label: bltin-file-objects

Ezio Melotti report at bugs.python.org
Mon Jan 4 10:58:58 CET 2010


New submission from Ezio Melotti <ezio.melotti at gmail.com>:

~/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

----------
assignee: georg.brandl
components: Documentation
messages: 97201
nosy: ezio.melotti, georg.brandl, pitrou
severity: normal
status: open
title: undefined label: bltin-file-objects

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7631>
_______________________________________


More information about the New-bugs-announce mailing list