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 serhiy.storchaka
Recipients alex, benjamin.peterson, hynek, pitrou, serhiy.storchaka, stutzbach
Date 2014-06-24.11:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403608013.94.0.257739188668.issue21859@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds Python implementation of FileIO in _pyio. This will help to make io and _pyio dependency on _io optional (issue17984).
History
Date User Action Args
2014-06-24 11:06:56serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, alex, hynek
2014-06-24 11:06:53serhiy.storchakasetmessageid: <1403608013.94.0.257739188668.issue21859@psf.upfronthosting.co.za>
2014-06-24 11:06:53serhiy.storchakalinkissue21859 messages
2014-06-24 11:06:53serhiy.storchakacreate