-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update about Python versions #112
Conversation
8b26cac
to
d66ae51
Compare
@dsagal @alexmojaki I added some notes about features helpful for migrating, and common issues we've seen so far. |
Overall this looks great, much better than what I was probably going to write. I really didn't know how much detail to go for. |
Latest commit assumes the changes in https://phab.getgrist.com/D3147 are in production (so this pull request shouldn't be merged until then) |
help/python.md
Outdated
from urllib.parse import quote_plus | ||
``` | ||
|
||
### There is a subtle change in rounding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### There is a subtle change in rounding | |
### Subtle change in rounding |
help/python.md
Outdated
|
||
### There is a subtle change in rounding | ||
|
||
Python 3 switches from rounding the way many people learned in school |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 3 switches from rounding the way many people learned in school | |
Python 3 switches the builtin function `round()` from rounding the way many people learned in school |
Apart from those minor suggestions I think this is ready. I can't approve it normally because it's my PR lol |
No description provided.