Hi Eric,

On 2018-12-14, E. Madison Bray <erik.m.b...@gmail.com> wrote:
> sage: from sage.libs.gap.all_documented_functions import *
> sage: DihedralGroup(8)
><pc group of size 8 with 3 generators>
> sage: type(_)
><type 'sage.libs.gap.element.GapElement'>
>
> Oops, this clobbers multiple existing built-ins in Sage.

What's the problem? If you import something, the stuff you import will
of course override existing stuff.

However, if I understand correctly, that's not your main point.

Cheers,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to