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 jafo
Recipients fdrake, jafo, nirs, pythonmeister
Date 2007-09-17.09:05:08
SpamBayes Score 0.03127977
Marked as misclassified No
Message-id <1190019910.18.0.875024825832.issue1126@psf.upfronthosting.co.za>
In-reply-to
Content
This is a documentation complaint, right?  Perhaps more of a discussion
of why not implement these attributes on file-like objects.  In general,
I believe the documentation is correct.  Setting fileno to -1 is likely
to break other things in unexpected ways.  Because when opening a real
file object, -1 would mean the file open failed, and the file object
would not get created.

The documentation is right, right?
History
Date User Action Args
2007-09-17 09:05:10jafosetspambayes_score: 0.0312798 -> 0.03127977
recipients: + jafo, fdrake, nirs, pythonmeister
2007-09-17 09:05:10jafosetspambayes_score: 0.0312798 -> 0.0312798
messageid: <1190019910.18.0.875024825832.issue1126@psf.upfronthosting.co.za>
2007-09-17 09:05:10jafolinkissue1126 messages
2007-09-17 09:05:09jafocreate