TODO list

A TODO list

I make a TODO list here:

Issues to report to nbdev/fastai

listy = [1,2,3,4,5]
del listy[2:3]
listy
[1, 2, 4, 5]