mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
Change comments (mainly URLs) to no longer specifically say Python 3.3
This commit is contained in:
@@ -157,7 +157,7 @@ const mp_obj_type_t mp_type_ ## exc_name = { \
|
||||
};
|
||||
|
||||
// List of all exceptions, arranged as in the table at:
|
||||
// http://docs.python.org/3.3/library/exceptions.html
|
||||
// http://docs.python.org/3/library/exceptions.html
|
||||
MP_DEFINE_EXCEPTION_BASE(BaseException)
|
||||
MP_DEFINE_EXCEPTION(SystemExit, BaseException)
|
||||
//MP_DEFINE_EXCEPTION(KeyboardInterrupt, BaseException)
|
||||
|
||||
Reference in New Issue
Block a user