Handle a bunch of renamed methods.
Review Request #4937 — Created Nov. 11, 2013 and submitted
Handle a bunch of renamed methods.
This change uses the
six.moves
pseudo-module forxrange
->range
,
izip_longest
->zip_longest
, andraw_input
->input
.
Ran unit tests.