[issue21859] Add Python implementation of FileIO

Serhiy Storchaka report at bugs.python.org
Tue Jun 24 13:06:56 CEST 2014


New submission from Serhiy Storchaka:

Proposed patch adds Python implementation of FileIO in _pyio. This will help to make io and _pyio dependency on _io optional (issue17984).

----------
components: IO, Library (Lib)
files: pyio_fileio.patch
keywords: patch
messages: 221449
nosy: alex, benjamin.peterson, hynek, pitrou, serhiy.storchaka, stutzbach
priority: normal
severity: normal
stage: patch review
status: open
title: Add Python implementation of FileIO
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file35769/pyio_fileio.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21859>
_______________________________________


More information about the Python-bugs-list mailing list