Bugs item #922964, was opened at 2004-03-25 08:18
Message generated for change (Comment added) made by mwh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=922964&group_id=5470
Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Francesco Ricciardi (nerby)
Assigned to: Nobody/Anonymous (nobody)
Summary: file built-in object is after file() function
Initial Comment:
In section 2.1 of the HTML and PDF-A4 library
references (so supposedly in all lib references), in the
description of the file() function, it says that "Return a
new file object (described earlier under Built-in Types)",
but the Built-in Types section is later not earlier.
----------------------------------------------------------------------
Comment By: Michael Hudson (mwh)
Date: 2004-03-29 18:57
Message:
Logged In: YES
user_id=6656
That's not what he's complaining about, though.
Seems to me that just removing the 'earlier' would suffice.
----------------------------------------------------------------------
Comment By: Raymond Hettinger (rhettinger)
Date: 2004-03-25 08:28
Message:
Logged In: YES
user_id=80475
Forward references are only problematic in the tutorial.
The rest of the docs tend to be used in a random access
fashion rather than sequentially. That's a good thing
because forward references are everywhere.
----------------------------------------------------------------------