#12041: Replace __getslice__ with functionality in __getitem__ in several files
-------------------------+--------------------------------------------------
Reporter: aapitzsch | Owner: GeorgSWeber
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.8
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: André Apitzsch
Merged: | Dependencies:
-------------------------+--------------------------------------------------
Comment(by fbissey):
Could you do these files as well:
{{{
warning: sage/modules/free_module_element.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/modules/free_module_element.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polydict.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_gf2x.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_zmod_flint.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_element.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_zz_pex.pyx:1:0: __getslice__,
__setslice__, and __delslice__ are not supported by Python 3, use
__getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_modn_dense_ntl.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_modn_dense_ntl.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/rings/polynomial/polynomial_modn_dense_ntl.pyx:1:0:
__getslice__, __setslice__, and __delslice__ are not supported by Python
3, use __getitem__, __setitem__, and __delitem__ instead
warning: sage/structure/parent.pyx:1:0: __getslice__, __setslice__, and
__delslice__ are not supported by Python 3, use __getitem__, __setitem__,
and __delitem__ instead
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12041#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.