Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

qstrdefs.h

Blame
    • Paul Sokolovsky's avatar
      fbdf2f1d
      py: Rename builtin "io" to "_io". · fbdf2f1d
      Paul Sokolovsky authored
      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).
      fbdf2f1d
      History
      py: Rename builtin "io" to "_io".
      Paul Sokolovsky authored
      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).