Change comments (mainly URLs) to no longer specifically say Python 3.3

This commit is contained in:
Chris Angelico
2014-06-06 03:51:03 +10:00
parent c074cd38c3
commit daf973ae00
6 changed files with 6 additions and 6 deletions

View File

@@ -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)