Opened 15 years ago
Closed 15 years ago
#922 closed defect (fixed)
[with patch] bug in prime_powers
Reported by: | was | Owned by: | robertwb |
---|---|---|---|
Priority: | major | Milestone: | sage-2.8.8 |
Component: | basic arithmetic | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Inconsistent types:
sage: vv = prime_powers(10) sage: type(vv[0]) <type 'int'> sage: type(vv[1]) <type 'sage.rings.integer.Integer'>
Freebie for bug day on Saturday :-)
Attachments (1)
Change History (4)
comment:1 Changed 15 years ago by
- Owner changed from somebody to robertwb
- Status changed from new to assigned
Changed 15 years ago by
comment:2 Changed 15 years ago by
- Summary changed from bug in prime_powers to [with patch] bug in prime_powers
comment:3 Changed 15 years ago by
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.