Handle a bunch of renamed methods.

Review Request #4937 — Created Nov. 11, 2013 and submitted

Information

Review Board
master

Reviewers

Handle a bunch of renamed methods.

This change uses the six.moves pseudo-module for xrange->range,
izip_longest->zip_longest, and raw_input->input.

Ran unit tests.

chipx86
  1. 
      
  2. This is so much nicer than calling something on six.

  3. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (b1be7cd).
Loading...