diff options
author | Guido van Rossum <guido@python.org> | 1997-08-05 16:52:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-05 16:52:50 (GMT) |
commit | 570278be6ea5e3981d20f9ffcfeec27d43cf9770 (patch) | |
tree | 5179edb006e73cc8e0c8d9b2e5b2afe6cbc19136 /Lib/test/output | |
parent | 83f9ad8399a7b199263ea1522a8d599d6dea6eb0 (diff) | |
download | cpython-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_opcodes | 1 |
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 |