Commit 13a3e9e5 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Remove the dict comparison from comparisons.py

Since we have a dedicated dict_comparisons.py test for tracking that issue
parent f6a2fd84
......@@ -76,7 +76,6 @@ for i in xrange(2):
print (1, 2) < (1, 3)
print (1, 4) < (1, 3)
print [1, 2] < [1, 3]
print {1:2} < {1:3}
class Reverse(object):
def __init__(self, n):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment