On Thursday, April 21, 2016 at 9:54:32 AM UTC+1, Jeroen Demeyer wrote: > > On 2016-04-21 10:47, Daniel Krenn wrote: > > What about doctests? > > Doctests are a different issue. I would prefer to *not* change doctests, > because doctests are supposed to mimic the Sage command line. If the > command line does not have __future__ imports, the doctests also should > not. >
we can think of adding __future__ imports to the preparser, for this is what "real" sage command line is. Logically this makes sense, as preparser already produces behaviour different from normal Python 2. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
