Skip to content

GitLab

  • Menu
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • TASTE
  • uPython-mirror
  • Repository
Switch branch/tag
  • uPython-mirror
  • tests
  • basics
  • exceptpoly.py
Find file BlameHistoryPermalink
  • 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

Replace exceptpoly.py

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.