Ticket #3575 (closed defect: fixed)
[with patch; positive review] delete random crap from the bottom of complex_double.pyx
| Reported by: | was | Owned by: | cwitty |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.0.4 |
| Component: | misc | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Attachments
Change History
comment:1 Changed 5 years ago by wjp
- Summary changed from [with patch; needs review] delete random crap from the bottom of complex_double.pyx to [with patch; positive review] delete random crap from the bottom of complex_double.pyx
comment:2 Changed 5 years ago by mabshoff
- Status changed from new to closed
- Resolution set to fixed
In my merge tree somebody else already beat you to it and deleted the random crap:
mabshoff@sage:/scratch/mabshoff/release-cycle/sage-3.0.4.alpha2/devel/sage$ tail -n 10 sage/rings/complex_double.pyx
True
"""
return _CDF
from sage.misc.parser import Parser
cdef cdf_parser = Parser(float, float, {"I" : _CDF.gen(), "i" : _CDF.gen()})
#####
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.

