Skip to content
  • stijn's avatar
    Implement kwargs for builtin open() and _io.FileIO · 2fe4cf77
    stijn authored
    This makes open() and _io.FileIO() more CPython compliant.
    The mode kwarg is fully iplemented.
    The encoding kwarg is allowed but not implemented; mainly to allow
    the tests to specify encoding for CPython, see #874
    2fe4cf77