#7259: Revert Sets().category() from Sets() to Objects()
-----------------------+----------------------------------------------------
Reporter: nthiery | Owner: nthiery
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.2
Component: algebra | Keywords: categories, sets
Work_issues: | Author: Nicolas M. ThiƩry
Reviewer: | Merged:
-----------------------+----------------------------------------------------
Changes (by nthiery):
* status: new => needs_review
Old 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 former sounds more natural to me, in particular because the
> objects of Sets() are exactly the parents.
New 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.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7259#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---