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 gvanrossum
Recipients
Date 2001-08-23.14:38:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

To strife35 (Adam Edelstein?):

It might be better to have a separate object type that
resembles a file object in its Python interface but uses the
win32api calls rather than stdio.

Can you explain why you need to use win32api I/O calls
directly rather than via the MS-provided standard C library
(which makes Win32 API calls underneath)?
History
Date User Action Args
2007-08-23 13:49:42adminlinkissue210821 messages
2007-08-23 13:49:42admincreate