Noralf Trønnes c5aa2e9300 Support OSError attributes
This adds support for the OSError attributes : errno, strerror, filename and filename2.
CPython only sets errno if 2 arguments has been passed in. This has not been implemented here.

CPython OSError.args is capped at 2 items for backward compatibility reasons. This has not been
implemented here.

MICROPY_CPYTHON_COMPAT has to be enabled to get these attributes.

mp_common_errno_to_str() has been extended to check mp_errno_to_str() as well. This is done to ease
reuse for the strerror argument.
2018-11-13 22:04:44 +01:00
..
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-08-09 13:29:30 -07:00
2018-08-09 13:29:30 -07:00
2018-08-16 17:41:35 -07:00
2018-08-16 17:41:35 -07:00
2018-07-28 13:29:47 -04:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00
2018-08-09 13:29:30 -07:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00
2018-10-18 10:37:42 -07:00
2018-07-11 16:45:30 -04:00
2018-08-07 14:58:57 -07:00
2018-10-07 19:37:49 +02:00
2018-11-13 22:04:44 +01:00
2018-11-13 22:04:44 +01:00
2017-07-18 11:57:39 +10:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-11 16:45:30 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-07-12 14:13:51 -04:00
2018-10-07 19:37:49 +02:00
2018-11-13 22:04:44 +01:00
2018-08-09 13:29:30 -07:00
2018-07-28 13:29:47 -04:00
2018-08-09 13:29:30 -07:00
2018-08-09 13:29:30 -07:00
2018-08-09 13:29:30 -07:00
2018-08-07 14:58:57 -07:00
2018-05-14 17:41:17 -04:00
2018-05-14 17:41:17 -04:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00
2018-08-09 13:29:30 -07:00