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 vstinner
Recipients BreamoreBoy, amaury.forgeotdarc, ezio.melotti, gvanrossum, piotr.dobrogost, pitrou, santoso.wijaya, sbt, serhiy.storchaka, socketpair, vstinner
Date 2014-07-10.12:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404996678.44.0.862519864162.issue12939@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy implemented the FileIO class in pure Python: see the issue #21859 (patch under review). Using thre Python class, it becomes easier to reimplement FileIO using the Windows API, at least to play with a prototype in pure Python.
History
Date User Action Args
2014-07-10 12:51:18vstinnersetrecipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, ezio.melotti, santoso.wijaya, BreamoreBoy, socketpair, sbt, piotr.dobrogost, serhiy.storchaka
2014-07-10 12:51:18vstinnersetmessageid: <1404996678.44.0.862519864162.issue12939@psf.upfronthosting.co.za>
2014-07-10 12:51:18vstinnerlinkissue12939 messages
2014-07-10 12:51:18vstinnercreate