Ticket #12535 (new defect)
p-adic exponents are broken
| Reported by: | roed | Owned by: | roed |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.10 |
| Component: | padics | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: Zp(5)(76)^(Zp(5)(3,4)) Traceback (most recent call last): ... AttributeError: 'sage.rings.padics.padic_capped_relative_element.pAdicCappedRelativeElement' object has no attribute '__pow_level'
Note: See
TracTickets for help on using
tickets.

This seems to be fixed by #12555.