I really like these collections of similar constructors. Having more of 
them would make Sage - as you said - much more discoverable. Is there a 
plots.* ? For example, list_plot is never seen, if you do plot[tab].

On Friday, November 22, 2013 2:21:32 PM UTC+1, John Cremona wrote:
>
> Backwards compatibility issues?  I have a lot of code where I would 
> not want to change every NumberField(...) to fields.NumberField(...) 
>

Yes, there must be a deprecation period if some of them are removed.
Additionally, in your case I'm pretty sure you can fix this easily by adding
from fields import *
at the top.

Harald

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to