commit | e3fdc975c02d6bbbe2e442e878061975d4c762ec | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jun 12 15:33:08 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jun 12 15:33:08 2002 +0000 |
tree | a4d235f1e3613ad5d5201cb9184491479a60290d | |
parent | 05e01ee1149f2795c0daa86415528254ebe1cc4a [diff] |
SF bug 567826. Document new opcodes: ['BINARY_FLOOR_DIVIDE', 'BINARY_TRUE_DIVIDE', 'INPLACE_FLOOR_DIVIDE', 'INPLACE_TRUE_DIVIDE', 'GET_ITER', 'YIELD_VALUE', 'FOR_ITER', 'CONTINUE_LOOP']