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-07-03 13:25:24 +01:00
2014-09-28 09:54:35 +02:00
2014-08-10 17:50:28 +01:00
2014-08-10 17:50:28 +01:00
2014-09-29 19:42:06 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-21 20:32:59 +01:00
2014-08-22 18:30:02 +01:00