-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py3 print in numerical folder #20548
Comments
Branch: public/20548 |
New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:3
Is this valid Python 3?
|
comment:4
Well, it's technically valid but it doesn't do what you think it does:
|
comment:5
One more detail, since you're changing the code anyway. Change this
to
which is much more readable |
comment:6
Same for
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
done |
comment:9
needs merge or rebase |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
You missed several backends |
comment:12
The aim is to have the doctests pass when adding a global For that, all the backends where something was needed were modified. You can check this by adding If you want to take the opportunity to convert everything else to python3 print style in the numerical folder, please do. |
comment:13
ping ? |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed author from Frédéric Chapoton to Frédéric Chapoton, Matthias Koeppe |
comment:15
Yes, as I said, you missed some backends. |
comment:16
ok, I had forgotten about the optional backends, indeed. Why did you change two |
comment:17
Replying to @fchapoton:
These are print-without-newlines. |
comment:18
ok, then I am happy with your commit. Are you ok with mines ? |
comment:19
yes, looking good |
comment:20
So, can I set to positive review ? |
comment:21
sure |
Reviewer: Frédéric Chapoton, Matthias Koeppe |
comment:22
done, thanks |
Changed branch from public/20548 to |
another small step, trying to turn print to python3 behaviour
Component: python3
Author: Frédéric Chapoton, Matthias Koeppe
Branch/Commit:
4142421
Reviewer: Frédéric Chapoton, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/20548
The text was updated successfully, but these errors were encountered: