]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Sequence repeat works now for in-place multiply with an integer type
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 4 Jan 2001 01:36:25 +0000 (01:36 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 4 Jan 2001 01:36:25 +0000 (01:36 +0000)
commit623116a8701ead53a7ba09d329761f4242fd3eb5
treed972d84e5c77a71fd4f7954f7ff4d6e94dedb497
parentaa726ba991903342154f95037b58b546ff897766
Sequence repeat works now for in-place multiply with an integer type
as the left operand.  I don't know if this is a feature or a bug.
Lib/test/output/test_coercion