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 christian.heimes
Recipients
Date 2007-08-19.12:54:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's not a bug. The interface for both types are equal. Python doesn't guarantee that it uses the same types on every platform. It just guarantees that the behavior of the objects are the same on both platforms. Please study tempfile.py for detailed information.
History
Date User Action Args
2007-08-23 14:59:15adminlinkissue1776696 messages
2007-08-23 14:59:15admincreate