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.
Created on 2013年05月15日 19:49 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin.
| Messages (5) | |||
|---|---|---|---|
| msg189295 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年05月15日 19:49 | |
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? |
|||
| msg189296 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2013年05月15日 19:50 | |
Well, we at least need some C level _fileio. |
|||
| msg189297 - (view) | Author: Alex Gaynor (alex) * (Python committer) | Date: 2013年05月15日 20:09 | |
I don't see why we need some C level _fileio, the os module has everythign we need. |
|||
| msg189298 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2013年05月15日 20:15 | |
Patches welcome, of course! |
|||
| msg222752 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2014年07月11日 14:40 | |
Serhiy implemented the FileIO class in pure Python: see the issue #21859 (patch under review). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:45 | admin | set | github: 62184 |
| 2014年07月11日 14:40:31 | vstinner | set | nosy:
+ vstinner messages: + msg222752 |
| 2014年07月10日 12:56:11 | piotr.dobrogost | set | nosy:
+ piotr.dobrogost |
| 2013年05月18日 16:19:12 | pitrou | set | stage: needs patch type: behavior -> enhancement versions: - Python 2.7, Python 3.3 |
| 2013年05月15日 20:15:29 | benjamin.peterson | set | messages: + msg189298 |
| 2013年05月15日 20:09:39 | alex | set | nosy:
+ alex messages: + msg189297 |
| 2013年05月15日 19:50:44 | benjamin.peterson | set | messages: + msg189296 |
| 2013年05月15日 19:49:27 | serhiy.storchaka | create | |