Commit a11ffa73 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Manually specify the output of methoddescr.py

The behavior changed in CPython 2.7.4, and Travis-CI runs 2.7.3.
parent 6dd62f79
# This code was legal in CPython 2.7.3 but became illegal in 2.7.4
# (there is a methoddescr.expected file for this test)
for i in xrange(1000):
print float.__dict__['fromhex'](float, "f0.04a")
float.__dict__['fromhex'](float, "f0.04a")
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