id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
949,_ListWrapper does not allow for __index__ or slicing,astronouth7303,ehabkost,"[http://www.python.org/dev/peps/pep-0357/ PEP 357] (Allowing Any Object to be Used for Slicing) defines the {{{__index__()}}} method, which allows for any object to act as a true integer. However, {{{_ListWrapper.__getitem__()}}} does not allow for objects which define this method.

Additionally, slicing on {{{_ListWrapper}}} is impossible because no {{{__getslice__}}} (deprecated) is defined and {{{__getitem__}}} will throw an error if a slice is passed.",defect,new,normal,OpenSync 0.40,OpenSync: Python Wrapper,0.38,normal,,,
