Changes between Version 74 and Version 77 of Ticket #8972
- Timestamp:
- Jan 20, 2021, 10:06:50 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8972
- Property Cc jhpalmieri added
-
Ticket #8972 – Description
v74 v77 31 31 }}} 32 32 33 With the proposed patch, we solve all bugs except 34 35 {{{ 36 sage: (x/x).parent() 37 Power Series Ring in x over Integer Ring 38 }}} 39 40 33 41 ---- 34 42