[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-17 Thread R. David Murray
R. David Murray added the comment: Thanks, Chris. -- nosy: +r.david.murray resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d5c451a1365 by R David Murray in branch '3.2': #15694: Link discussion of file objects to glossary entry. http://hg.python.org/cpython/rev/1d5c451a1365 New changeset 977606940531 by R David Murray in branch 'default': Merge #15694: Link discussion

[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-17 Thread Chris Jerdonek
Chris Jerdonek added the comment: Thanks. Could either one of you commit this for me? -- ___ Python tracker ___ ___ Python-bugs-list m

[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: LGTM too. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-17 Thread Éric Araujo
Éric Araujo added the comment: LGTM. -- nosy: +eric.araujo, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-16 Thread Chris Jerdonek
Chris Jerdonek added the comment: Attaching patch. I also added two index entries for "file object" and made a couple wording adjustments to the intro paragraph of the io module. -- keywords: +patch stage: -> patch review versions: +Python 3.2 Added file: http://bugs.python.org/file26

[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-16 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15694] link to "file object" glossary entry in open() and io docs

2012-08-16 Thread Chris Jerdonek
New submission from Chris Jerdonek: 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 t