3 messages in org.python.python-bugs-list[ python-Bugs-922964 ] file built-in ...
FromSent OnAttachments
SourceForge.netMar 25, 2004 3:17 am 
SourceForge.netMar 25, 2004 3:28 am 
SourceForge.netMar 29, 2004 12:57 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-922964 ] file built-in object is after file() functionActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 25, 2004 3:28:19 am
List:org.python.python-bugs-list

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.

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