Skip to content

Revert Sets().category() from Sets() to Objects() #7259

@nthiery

Description

@nthiery

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions