Changes between Version 1 and Version 2 of Ticket #19934
- Timestamp:
- 01/21/16 14:05:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19934 – Description
v1 v2 1 While grepping the Sage source code to see where the old `ParentWithGens`/`ParentWithBase` is still used, I noticed various places where it's imported but unused .1 While grepping the Sage source code to see where the old `ParentWithGens`/`ParentWithBase` is still used, I noticed various places where it's imported but unused or where its use can easily be replaced by `Parent`.