Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • py
  • obj.h
Find file Blame History Permalink
  • Damien George's avatar
    py: Remove IOError since it's deprecated; use OSError instead. · 8b03d944
    Damien George authored Sep 30, 2014
    In CPython IOError (and EnvironmentError) is deprecated and aliased to
    OSError.  All modules that used to raise IOError now raise OSError (or a
    derived exception).
    
    In Micro Python we never used IOError (except 1 place, incorrectly) and
    so don't need to keep it.
    
    See http://legacy.python.org/dev/peps/pep-3151/ for background.
    8b03d944