On Feb 21, 9:52 am, Martin Albrecht <m...@informatik.uni-bremen.de>
wrote:
> > While I looked at ideal's docstring I noticed plenty of construct like
>
> >     sage: R, x = PolynomialRing(ZZ, 'x').objgen()
>
> > Shouldn't we get those cleaned up to read
>
> >    sage: R.<x>=ZZ[]
>
> > or am I missing the point? I have seen too many people use the above
> > old objgen() constuct and I find it rather hideous.
>
> Yeah, its just old and noone got around cleaning that up.
>
> Martin

Ok, I made this #5332. There seem to be about 17 cases left according
to this grep:

sage-3.3/tmp$ grep "PolynomialRing" .doctest* | grep objgen | wc -l
17

Cheers,

Michael

> --
> name: Martin Albrecht
> _pgp:http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99
> _otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF
> _www:http://www.informatik.uni-bremen.de/~malb
> _jab: martinralbre...@jabber.ccc.de
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to