Opened 11 years ago
Closed 11 years ago
#9239 closed defect (fixed)
delete the (ridiculous) method __copy__ from matrix0.pyx
Reported by: | was | Owned by: | jason, was |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.5.2 |
Component: | linear algebra | Keywords: | |
Cc: | Merged in: | sage-4.5.2.alpha0 | |
Authors: | Florent Hivert | Reviewers: | William Stein |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
__copy__
was overloaded, never used.
See this sage-devel thread for background information.
Attachments (1)
Change History (6)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Description modified (diff)
- Status changed from new to needs_review
comment:3 Changed 11 years ago by
- Description modified (diff)
comment:4 Changed 11 years ago by
- Reviewers set to William Stein
comment:5 Changed 11 years ago by
- Merged in set to sage-4.5.2.alpha0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Note: the doctest where duplicated from the
.copy()
method so I didn't kept them.Please review