Skip to content

4.2.alpha1

@nthiery nthiery tagged this 21 Oct 08:41
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

This patch reverts this behavior.
Assets 2
Loading