Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U uPython-mirror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • stmhal
  • modselect.c
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