summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-05 16:52:50 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-05 16:52:50 (GMT)
commit570278be6ea5e3981d20f9ffcfeec27d43cf9770 (patch)
tree5179edb006e73cc8e0c8d9b2e5b2afe6cbc19136 /Lib/test/output
parent83f9ad8399a7b199263ea1522a8d599d6dea6eb0 (diff)
downloadcpython-570278be6ea5e3981d20f9ffcfeec27d43cf9770.zip
cpython-570278be6ea5e3981d20f9ffcfeec27d43cf9770.tar.gz
cpython-570278be6ea5e3981d20f9ffcfeec27d43cf9770.tar.bz2
Add test for function comparisons
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_opcodes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_opcodes b/Lib/test/output/test_opcodes
index 8b78885..4685571 100644
--- a/Lib/test/output/test_opcodes
+++ b/Lib/test/output/test_opcodes
@@ -3,3 +3,4 @@ test_opcodes
XXX Not yet fully implemented
2.1 try inside for loop
2.2 raise class exceptions
+2.3 comparing function objects