Ticket #5593 (closed defect: fixed)
[with patch; positive review] CremonaDB.conductor_range does not give a Python style range
| Reported by: | nbruin | Owned by: | nbruin |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-3.4.1 |
| Component: | modular forms | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
CremonaDB().conductor_range() gives an inclusive upper bound, so that srange(*CremonaDB().conductor_range()) may miss a conductor.
Fix attached
Attachments
Change History
Changed 4 years ago by nbruin
-
attachment
11804.patch
added
comment:1 Changed 4 years ago by robertwb
- Summary changed from [with patch; needs review or throwing away] CremonaDB.conductor_range does not give a Python style range to [with patch; positive review] CremonaDB.conductor_range does not give a Python style range
Yes, this looks like the right thing to do.
Note: See
TracTickets for help on using
tickets.

Patch