Recently I started using Python3 and it\'s lack of xrange hurts.
Simple example:
1) Python2:
from time import time as t def
xrange from Python 2 is a generator and implements iterator while range is just a function. In Python3 I don't know why was dropped off the xrange.