#169: slice assignment not implemented for PARI C library interface
-------------------------+--------------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: closed
Priority: minor | Milestone: sage-3.2.1
Component: interfaces | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by craigcitro):
* status: new => closed
* resolution: => fixed
Comment:
Actually, this is already fixed:
{{{
sage: s=pari.vector(2,[0,0])
sage: s[:1]
[0]
sage: s[:1]=[1]
True
}}}
The `__getslice__` function is also already doctested, so no need to add
more. I'm closing this as fixed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/169#comment:4>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---