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 loafman
Recipients
Date 2007-08-18.02:31:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When running the following:

import tempfile
foo=tempfile.TemporaryFile
type(foo)

Linux returns:
<type 'file'>

Windows and Cygwin return:
<type 'instance'>

It should return the same across platforms, or return an undefined indication if not possible.
History
Date User Action Args
2007-08-23 14:59:15adminlinkissue1776696 messages
2007-08-23 14:59:15admincreate