#5332: Convert MV polynomial constructors in multi_polynomial_ideal.py,
category_object.py, etc
-------------------------+--------------------------------------------------
 Reporter:  mabshoff     |       Owner:  mabshoff  
     Type:  enhancement  |      Status:  new       
 Priority:  minor        |   Milestone:  sage-3.4.1
Component:  doctest      |    Keywords:            
-------------------------+--------------------------------------------------
 From http://groups.google.com/group/sage-
 support/browse_thread/thread/21d861876918e668

 {{{
 > 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
 }}}

 There are some more places, to find them run
 {{{
 grep "PolynomialRing" .doctest* | grep objgen
 }}}
 in $SAGE_ROOT/tmp
 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5332>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to