[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 ___ _

[issue17984] io and _pyio modules require the _io module

2014-07-10 Thread Piotr Dobrogost
Changes by Piotr Dobrogost : -- nosy: +piotr.dobrogost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue17984] io and _pyio modules require the _io module

2013-05-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: -> needs patch type: behavior -> enhancement versions: -Python 2.7, Python 3.3 ___ Python tracker ___

[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 ___

[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 ___ ___ Python-bugs-list mailing list Unsubscri

[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 ___ ___ Python-bugs-list maili

[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: 1892