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:17:43 am
List:org.python.python-bugs-list

Bugs item #922964, was opened at 2004-03-25 09:18 Message generated for change (Tracker Item Submitted) made by Item Submitter 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.

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