#9828: Upgrade to Cython 0.13
-----------------------------+----------------------------------------------
Reporter: mpatel | Owner: tbd
Type: enhancement | Status: closed
Priority: major | Milestone: sage-4.6
Component: packages | Resolution: fixed
Keywords: | Author: Robert Bradshaw, Craig Citro,
Leif Leonhardy
Upstream: N/A | Reviewer: Jason Grout, Leif Leonhardy,
Mitesh Patel
Merged: sage-4.6.alpha3 | Work_issues:
-----------------------------+----------------------------------------------
Comment(by jason):
Replying to [comment:42 robertwb]:
> >
> > By the way, does `XML_RESULTS = os.environ.get('XML_RESULTS', None)`
internally do the same as
> > {{{
> > #!python
> > try:
> > XML_RESULTS = os.environ['XML_RESULTS']
> > except KeyError:
> > XML_RESULTS = None
> > }}}
> > ?
>
> Yes, that would have probably been cleaner.
Since None is the default default value, it could even be shortened to
`XML_RESULTS = os.environ.get('XML_RESULTS')`
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9828#comment:43>
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.