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 rbcollins
Recipients BreamoreBoy, docs@python, pitrou, rbcollins
Date 2014-09-08.19:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410206204.36.0.108166812266.issue17401@psf.upfronthosting.co.za>
In-reply-to
Content
Oh - the the 'open' function docs are fine - they are just a pointer. I was specifically referring to the class docs around line 513 of Doc/library/io.rst.

Attached is a patch that changes repr to show this attribute and extends the docs to document this as part of FileIO.
History
Date User Action Args
2014-09-08 19:56:44rbcollinssetrecipients: + rbcollins, pitrou, docs@python, BreamoreBoy
2014-09-08 19:56:44rbcollinssetmessageid: <1410206204.36.0.108166812266.issue17401@psf.upfronthosting.co.za>
2014-09-08 19:56:44rbcollinslinkissue17401 messages
2014-09-08 19:56:44rbcollinscreate