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 fdrake
Recipients fdrake, jafo, nirs, pythonmeister
Date 2007-09-17.11:34:24
SpamBayes Score 0.30211008
Marked as misclassified No
Message-id <1190028864.79.0.701129651328.issue1126@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation does not say what's implied by msg55724; they methods
can (and arguably should) be implmented by types for which they apply
(for which there is a corresponding file descriptor, for example).

There is an API issue here as well: what about a wrapper type that is
sometimes associated with a real file, and sometimes not?  I suppose in
that case the factory (constructor) needs to detect the situation and
return an instance of an appropriate type.

The documentation is clear, so far as it goes, but is arguably incomplete.
History
Date User Action Args
2007-09-17 11:34:24fdrakesetspambayes_score: 0.30211 -> 0.30211008
recipients: + fdrake, jafo, nirs, pythonmeister
2007-09-17 11:34:24fdrakesetspambayes_score: 0.30211 -> 0.30211
messageid: <1190028864.79.0.701129651328.issue1126@psf.upfronthosting.co.za>
2007-09-17 11:34:24fdrakelinkissue1126 messages
2007-09-17 11:34:24fdrakecreate