swcarpentry / python-novice-inflammation

Programming with Python
http://swcarpentry.github.io/python-novice-inflammation/
Other
303 stars 783 forks source link

IndexError redundancy #343

Open aflaxman opened 7 years ago

aflaxman commented 7 years ago

In http://swcarpentry.github.io/python-novice-inflammation/07-errors/ , I find the Index Errors redundant. If we lead with an IndexError when defining the traceback, let's just say everything that needs to be said about index errors then, and not have to come back to it after NameError. This is potentially related to PR #272.

Ry4an commented 7 years ago

That seems sound. Once/if #272 lands I could make this change.