On Jul 25, 1:50 am, Marco Streng <[email protected]> wrote: > [...] > I like the TypeError here to avoid bugs, but don't mind following > python convention either.
http://docs.python.org/library/warnings.html Maybe using (soft) warnings in the interim (while maintaining workarounds) could be a compromise between generating (hard error) exceptions and the default (silent) duck-typing+workarounds; since it may be a long time before Sage can run python 3.X with refactored classes presuming there is interest. I am new to sage-devel, so I don't know if this is remotely feasible. Cheers, Don -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
