Paul Sokolovsky fbdf2f1d63 py: Rename builtin "io" to "_io".
Functionality we provide in builtin io module is fairly minimal. Some
code, including CPython stdlib, depends on more functionality. So, there's
a choice to either implement it in C, or move it _io, and let implement other
functionality in Python. 2nd choice is pursued. This setup matches CPython
too (_io is builtin, io is Python-level).
2014-06-12 01:22:25 +03:00
..
2014-06-11 19:55:46 +01:00
2014-05-30 15:20:41 +01:00
2014-05-03 23:27:38 +01:00
2014-06-06 03:01:39 +03:00
2014-06-12 01:22:25 +03:00
2014-05-17 11:20:10 +03:00
2014-05-17 11:20:10 +03:00
2014-06-12 01:22:25 +03:00
2014-05-21 20:32:59 +01:00
2014-05-21 20:32:59 +01:00
2014-05-21 20:32:59 +01:00