[ python-Bugs-922964 ] file built-in object is after file() function

SourceForge.net noreply at sourceforge.net
Thu Mar 25 03:28:36 EST 2004


Bugs item #922964, was opened at 2004-03-25 03:18
Message generated for change (Comment added) made by rhettinger
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: Raymond Hettinger (rhettinger)
Date: 2004-03-25 03: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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=922964&group_id=5470



More information about the Python-bugs-list mailing list