-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
C-todoCategory: TODO, specific item that needs to be accomplished in working towards a goalCategory: TODO, specific item that needs to be accomplished in working towards a goalM-backburnerMisc: On backburner - not rejected, but won't be tackled for a whileMisc: On backburner - not rejected, but won't be tackled for a while
Milestone
Description
-
Eliminate all
except: passin the code. ALL -
Unswallow tracebacks - BAD:
try: ... except SomeError: raise AnotherError('you should burn in hell')
GOOD:
try: ... except SomeError as e: raise AnotherError('you belong in paradise') from e
-
remove FileOperationError yak ! - as if the situation in python 2 was not complex enough ! http://stackoverflow.com/a/29347946/281545
http://stackoverflow.com/questions/18199477/nameerror-global-name-permissionerror-is-not-defined-python-2-x -
remove CancelError and SkipError ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-todoCategory: TODO, specific item that needs to be accomplished in working towards a goalCategory: TODO, specific item that needs to be accomplished in working towards a goalM-backburnerMisc: On backburner - not rejected, but won't be tackled for a whileMisc: On backburner - not rejected, but won't be tackled for a while