python object slicing not yet implemented in the (:) format

Inconsistency with the Matlab python object slicing

a = py.list({1,2,3,4});

a(:)

This gives a error: subsref: slice indexing of Python objects not yet implemented. It is also inconsistent with the results on matlab on which {:} produces error, but (:) gives results

Edited by Vishnu Parammal