Comment 3 for bug 872086

Revision history for this message
Robert Collins (lifeless) wrote :

This is nearly right :) the if block you remove needs to stay and be tweaked though:
>>> range(10)[None:None]
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]