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 pythonmeister
Recipients nirs, pythonmeister
Date 2007-09-07.20:19:43
SpamBayes Score 0.37901235
Marked as misclassified No
Message-id <1189196383.51.0.959659164755.issue1126@psf.upfronthosting.co.za>
In-reply-to
Content
You are free to do what you want.
Reasons for not implementing fileno and isatty are:
- fileno should be an integer pointing to a real file,
so that low-level functions in libc can handle that. Can you provide
such ? (see http://netbsd.gw.com/cgi-bin/man-cgi?open++NetBSD-current)
- duck-typing / there must be a difference to "real" files in the first
sense
History
Date User Action Args
2007-09-07 20:19:43pythonmeistersetspambayes_score: 0.379012 -> 0.37901235
recipients: + pythonmeister, nirs
2007-09-07 20:19:43pythonmeistersetspambayes_score: 0.379012 -> 0.379012
messageid: <1189196383.51.0.959659164755.issue1126@psf.upfronthosting.co.za>
2007-09-07 20:19:43pythonmeisterlinkissue1126 messages
2007-09-07 20:19:43pythonmeistercreate