On Thu, Feb 6, 2014 at 8:48 AM, Nathann Cohen <nathann.co...@gmail.com> wrote:
> Hello everybody !
>
> My brain having shown its uselessness agsinst the problem I work on, I was
> fishing for patches needing review.
>
> http://trac.sagemath.org/ticket/15784
>
> What do we do with this ?
>
> 1) Do we care if something is not Python 3 compatible ?
> 2) Do we care if a patch touches everything ?
>
> My answer to 2) is "I don't mind at all", and my answer to 1) is "I don't
> mind either". The point is that I don't like to see patches waiting forever
> for a review, especially when they will have to be rebased every release,
> like this 15784.
>
> So what do we do with this ? Wontfix or Positive review ?
>
> Nathann
>
> P.S. : Oh. Well, I don't mind making stuff Python 3 compatible but it looks
> like "print a" should be rewritten as "print(a)", and that's ugly :-P

Yep.    I think in library code we should just do it though -- use
print as a function.

When we do eventually switch to Python 3, I want to modify the preparse to allow
use of print as statement still, since for interactive use it is very
natural (and not allowing
it will pointlessly break massive amounts of user code).


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



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

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