# HG changeset patch # User Colin Macdonald # Date 1470281698 25200 # Node ID 6a28a5a62206942f4668b25446d5f6f63acc52ef # Parent 714d1bf1ef7870166420917056690626ffb1c0e1 Comment to clarify purpose of test * @pyobject/pyobject.m: Comment for test. diff -r 714d1bf1ef78 -r 6a28a5a62206 @pyobject/pyobject.m --- a/@pyobject/pyobject.m Wed Aug 03 20:26:57 2016 -0700 +++ b/@pyobject/pyobject.m Wed Aug 03 20:34:58 2016 -0700 @@ -272,6 +272,7 @@ %! assert (L{end-1}, 20) %!test +%! % ensure "end" works for iterables that are not lists %! myrange = pyeval ( ... %! "range if __import__('sys').hexversion >= 0x03000000 else xrange"); %! R = pycall (myrange, int32 (5), int32 (10), int32 (2));