#13867: Remove debugging output from Python command line
-------------------------------------+--------------------------------------
       Reporter:  jpflori            |         Owner:  tbd         
           Type:  enhancement        |        Status:  needs_review
       Priority:  major              |     Milestone:  sage-5.6    
      Component:  packages           |    Resolution:              
       Keywords:  python spkg debug  |   Work issues:              
Report Upstream:  N/A                |     Reviewers:              
        Authors:  Volker Braun       |     Merged in:              
   Dependencies:                     |      Stopgaps:              
-------------------------------------+--------------------------------------

Comment (by SimonKing):

 I use the package successfully with SAGE_DEBUG=yes.

 Some criticism: SPKG.txt contains a section "Patches", but the new patch
 disable_print_refs_debug.patch is not mentioned.

 The content of environment variables is sometimes tested like
 {{{
 if ["x$SAGE_DEBUG"="xyes"]; then
 }}}
 if I am not mistaken, but here it is
 {{{
 if ["$SAGE_DEBUG"="yes"]; then
 }}}
 Is that a problem?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13867#comment:23>
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.

Reply via email to