Changes between Initial Version and Version 8 of Ticket #9222
- Timestamp:
- Sep 6, 2015, 4:29:53 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9222
-
Property
Status
changed from
new
toclosed
-
Property
Authors
changed from
to
Alex Ghitza
- Property Cc mvngu added
-
Property
Reviewers
changed from
to
David Loeffler
-
Property
Resolution
changed from
to
fixed
-
Property
Merged in
changed from
to
sage-4.5.2.alpha1
-
Property
Status
changed from
-
Ticket #9222 – Description
initial v8 8 8 9 9 Missing documentation: 10 * _init(self): 11 * __repr__(self): 12 * polynomial(self, p, n): 13 * has_polynomial(self, p, n): 14 * primes(self): 15 * degrees(self, p): 16 10 * _init(self): 11 * __repr__(self): 12 * polynomial(self, p, n): 13 * has_polynomial(self, p, n): 14 * primes(self): 15 * degrees(self, p): 17 16 18 17 Missing doctests: 19 18 * __init__(self, read_only=True): 20 19 21 20 ----------------------------------------------------------------------