Hi everyone,<br><br>On the general Python list, a suggestion was made to add a clear() method to list, as the "obvious" way to do<br>del some_list[:]<br>or <br>some_list[:] = []<br><br>since the clear() method is currently the obvious way to remove all elements from dict and set objects.<br>
<br>I believe that this would be a lot more intuitive to beginners learning the language, making Python more uniform.<br><br>André<br>