On 6 March 2017 at 09:59, Gdobbins wrote: > I have attached a new patch which incorporates all of the requested > changes. length= now accepts only integers, not markers or floats. The doc > string has been updated and a manual entry written. I included all of the > bytecode changes as well since there were no objections. Those changes have > been improved to account for various edge cases. > Wouldn't it make sense to have a function ‘length<’ and ‘length>’ as well? There are plenty of occasions that I have wanted to ensure that a list contains at least a certain number of elements.