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.

Author ezio.melotti
Recipients ezio.melotti, georg.brandl, pitrou
Date 2010-01-04.09:58:54
SpamBayes Score 0.0027554864
Marked as misclassified No
Message-id <1262599138.12.0.461032308241.issue7631@psf.upfronthosting.co.za>
In-reply-to
Content
~/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
History
Date User Action Args
2010-01-04 09:58:58ezio.melottisetrecipients: + ezio.melotti, georg.brandl, pitrou
2010-01-04 09:58:58ezio.melottisetmessageid: <1262599138.12.0.461032308241.issue7631@psf.upfronthosting.co.za>
2010-01-04 09:58:54ezio.melottilinkissue7631 messages
2010-01-04 09:58:54ezio.melotticreate