Ticket #7259 (closed defect: fixed)
Revert Sets().category() from Sets() to Objects()
| Reported by: | nthiery | Owned by: | nthiery |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.2 |
| Component: | algebra | Keywords: | categories, sets |
| Cc: | sage-combinat | Author(s): | Nicolas M. Thiéry |
| Report Upstream: | Reviewer(s): | Mike Hansen | |
| Merged in: | sage-4.2.alpha1 | Work issues: |
Description (last modified by nthiery) (diff)
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

