#4320: linear codes improvements [with patch, needs work]
---------------------------+------------------------------------------------
Reporter: wdj | Owner: rlm
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.2
Component: coding theory | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by was):
Here's a session that illustrates several of the things you need to change
in this patch, evidently:
{{{
sage: sage.misc.misc.SAGE_ROOT # sage root dir
'/home/was/build/sage-3.1.3.alpha3'
sage: sage.misc.misc.SAGE_TMP # location of sage tmp dir; deleted
on sage exit
'/home/was/.sage//temp/sage/21351/'
sage: sage.misc.misc.tmp_filename() # a temp filename, which you can use
'/home/was/.sage//temp/sage/21351//tmp_0'
sage: sage.misc.misc.tmp_dir()
'/home/was/.sage/temp/sage/21351/dir_0' # creates a temp directory for
you
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4320#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
-~----------~----~----~----~------~----~------~--~---