bpo-34311: Add locale.localize#15275
Conversation
44b7d83 to
bcf84aa
Compare
August 24, 2019 23:03
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @matrixise: please review the changes made to this pull request. |
Sorry, something went wrong.
|
ping |
Sorry, something went wrong.
1 similar comment
|
ping |
Sorry, something went wrong.
|
I really would like to see this landed in Python so I could apply a backport to fix https://bugs.tryton.org/issue8574 |
Sorry, something went wrong.
This allow to format Decimal without losing precision by using the new format syntax and than localize the result.
|
@matrixise could you review the changes you requested, thanks. |
Sorry, something went wrong.
|
@cedk If you wouldn't mind, could you avoid force-pushing the PR branch after each commit in the future? It makes it rather difficult to follow the commit history of the PR, before and after the review feedback. We advise against doing so in the devguide:
|
Sorry, something went wrong.
|
@aeros sorry, I would no more do that. Indeed I'm used to mercurial for which such workflow is well supported thanks to evolve. |
Sorry, something went wrong.
|
@matrixise could you point me to the changes you are requesting? |
Sorry, something went wrong.
|
@cedk I am sincerely sorry if I was absent, I will look at your PR in the next two weeks. |
Sorry, something went wrong.
|
Hi @cedk , As said @aeros , you don't need to force the push, just push with your commits (we can see all the commits and discuss some points), and when we merge the PR, we will use the squash and merge feature. It's pretty useful. I continue the review of your PR. Thank you |
Sorry, something went wrong.
|
@cedk just one thing, could you update it with the last master? Thank you so much, |
Sorry, something went wrong.
But there is no conflict. |
Sorry, something went wrong.
|
Thank you so much for your PR, and I am really sorry for this very bid delay between your proposal and the merge. Thank you again for your patience. Take care |
Sorry, something went wrong.
This allow to format Decimal without losing precision by using the new
format syntax and than localize the result.
https://bugs.python.org/issue34311