Damien George 8b03d944e2 py: Remove IOError since it's deprecated; use OSError instead.
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.
2014-09-30 13:59:30 +00:00
..
2014-05-11 03:45:42 +03:00
2014-03-31 18:02:22 +01:00
2014-03-31 22:57:56 +01:00
2014-08-26 19:15:04 -07:00
2014-04-02 14:23:04 +01:00
2014-04-07 04:41:54 +01:00
2014-04-13 19:00:27 +01:00
2014-02-08 23:17:51 +02:00
2014-02-10 07:13:32 +02:00
2014-04-13 17:46:30 +01:00