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 | chris.jerdonek |
|---|---|
| Recipients | chris.jerdonek, docs@python |
| Date | 2012年08月16日.16:06:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1345133191.76.0.682782918752.issue15694@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It would be nice if the first sentence of the documentation for the open() built-in function: "Open file and return a corresponding stream. If the file cannot be opened, an OSError is raised." http://docs.python.org/dev/library/functions.html#open linked to the glossary entry for "file object": http://docs.python.org/dev/glossary.html#term-file-object Incidentally, this would be similar to what was done 2.7 documentation of open(): http://docs.python.org/library/functions.html#open Similarly, the introductory overview section of the io module should also link to the glossary entry for "file object": "Concrete objects belonging to any of these categories will often be called streams; another common term is file-like objects." (from http://docs.python.org/dev/library/io.html#overview ) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012年08月16日 16:06:31 | chris.jerdonek | set | recipients: + chris.jerdonek, docs@python |
| 2012年08月16日 16:06:31 | chris.jerdonek | set | messageid: <1345133191.76.0.682782918752.issue15694@psf.upfronthosting.co.za> |
| 2012年08月16日 16:06:31 | chris.jerdonek | link | issue15694 messages |
| 2012年08月16日 16:06:30 | chris.jerdonek | create | |