summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-12 01:22:25 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-12 01:22:25 +0300
commitfbdf2f1d63e39cb197e6cebb340af4a648c96121 (patch)
tree44f2ff0a4426f1fd5fe43d7dd344a7576298adae /py/gc.c
parent8a0801ad24eb7cab4b80ff23249412d7a8af9995 (diff)
downloadmicropython-fbdf2f1d63e39cb197e6cebb340af4a648c96121.tar.gz
micropython-fbdf2f1d63e39cb197e6cebb340af4a648c96121.zip
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).
Diffstat (limited to 'py/gc.c')
0 files changed, 0 insertions, 0 deletions