[issue17984] io and _pyio modules require the _io module

2014-07-11 Thread STINNER Victor
STINNER Victor added the comment: Serhiy implemented the FileIO class in pure Python: see the issue #21859 (patch under review). -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17984

[issue17984] io and _pyio modules require the _io module

2014-07-10 Thread Piotr Dobrogost
Changes by Piotr Dobrogost p...@bugs.python.dobrogost.net: -- nosy: +piotr.dobrogost ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17984 ___ ___

[issue17984] io and _pyio modules require the _io module

2013-05-18 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: - needs patch type: behavior - enhancement versions: -Python 2.7, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17984 ___

[issue17984] io and _pyio modules require the _io module

2013-05-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: io and _pyio modules don't usable without the _io module. In particular when 2.7 build without unicode. Why we have a Python implementation if it can't be used as a fallback when a C implementation is not available? -- components: IO messages:

[issue17984] io and _pyio modules require the _io module

2013-05-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: Well, we at least need some C level _fileio. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17984 ___ ___

[issue17984] io and _pyio modules require the _io module

2013-05-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: Patches welcome, of course! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17984 ___ ___ Python-bugs-list

[issue17984] io and _pyio modules require the _io module

2013-05-15 Thread Alex Gaynor
Alex Gaynor added the comment: I don't see why we need some C level _fileio, the os module has everythign we need. -- nosy: +alex ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17984 ___