We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd62f7 commit a11ffa7Copy full SHA for a11ffa7
test/tests/methoddescr.expected
test/tests/methoddescr.py
@@ -1,2 +1,5 @@
1
+# This code was legal in CPython 2.7.3 but became illegal in 2.7.4
2
+# (there is a methoddescr.expected file for this test)
3
+
4
for i in xrange(1000):
- print float.__dict__['fromhex'](float, "f0.04a")
5
+ float.__dict__['fromhex'](float, "f0.04a")
0 commit comments