Details
Description
The methods _getslice_ _setslice_ and _delslice_ are deprecated and don't even exist in Python 3. For unique error messages between Python 2 and 3 remove them
completely.
This cannot harm because Python 3 never had these methods but worked.