#17591: remove gdmodule as standard package
-------------------------------------+-------------------------------------
       Reporter:  kcrisman           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-6.5
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  R. Andrew Ohana    |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  3e569b8a0ee56020cb6dc2861670f09081c8bccc
  u/ohanar/remove_gdmodule           |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by kcrisman):

 * cc: jdemeyer (added)


Comment:

 Just for the record, comment:4:ticket:15593 says
 {{{
 I dislike
 fn = open(filename, 'wb') # check filename
 fn.close()

 cdef FILE *out = fopen(filename, 'wb')

 gdImagePng(im, out)

 fclose(out)
 You can open the file using Python and access its FILE* with
 ​PyFile_AsFile.
 }}}
 Out of curiosity, is this just a Python module now instead of a separate
 thing?

--
Ticket URL: <http://trac.sagemath.org/ticket/17591#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to