Skip to content

Commit

Permalink
remove 2.x specific warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Nov 16, 2009
1 parent 106274b commit 91799ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lib/test/test_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
import pickle
import itertools

import warnings
warnings.filterwarnings("ignore", "integer argument expected",
DeprecationWarning, "unittest")

# pure Python implementations (3 args only), for comparison
def pyrange(start, stop, step):
if (start - stop) // step < 0:
Expand Down

0 comments on commit 91799ae

Please sign in to comment.