-
-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Description
In Sage 4.1, the category of a category was changed from Objects() to Sets(). I.e. we used to have:
sage: Groups().category()
Category of objects
And now we have:
sage: Groups().category()
Category of sets
The attached patch reverts this, in particular because the
objects of Sets() are exactly the parents.
CC: @sagetrac-sage-combinat
Component: algebra
Keywords: sets
Author: Nicolas M. Thiéry
Reviewer: Mike Hansen
Merged: sage-4.2.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/7259