◐ Shell
reader mode source ↗
Skip to content

bpo-34311: Add locale.localize#15275

Merged
matrixise merged 3 commits into
python:masterfrom
cedk:locale-format
Apr 12, 2021
Merged

bpo-34311: Add locale.localize#15275
matrixise merged 3 commits into
python:masterfrom
cedk:locale-format

Conversation

@cedk

@cedk cedk commented Aug 14, 2019

Copy link
Copy Markdown
Contributor

This allow to format Decimal without losing precision by using the new
format syntax and than localize the result.

https://bugs.python.org/issue34311

@cedk cedk force-pushed the locale-format branch 2 times, most recently from 44b7d83 to bcf84aa Compare August 24, 2019 23:03
@matrixise matrixise self-assigned this Sep 11, 2019
@bedevere-bot

Copy link
Copy Markdown

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@cedk

cedk commented Sep 12, 2019

Copy link
Copy Markdown
Contributor Author

I have made the requested changes; please review again

@bedevere-bot

Copy link
Copy Markdown

Thanks for making the requested changes!

@matrixise: please review the changes made to this pull request.

@cedk

cedk commented Sep 29, 2019

Copy link
Copy Markdown
Contributor Author

ping

1 similar comment
@cedk

cedk commented Nov 6, 2019

Copy link
Copy Markdown
Contributor Author

ping

@cedk

cedk commented Dec 3, 2019

Copy link
Copy Markdown
Contributor Author

I really would like to see this landed in Python so I could apply a backport to fix https://bugs.tryton.org/issue8574

@aeros aeros added the type-feature A feature request or enhancement label Jan 12, 2020
@cedk

cedk commented Jan 27, 2020

Copy link
Copy Markdown
Contributor Author

ping @matrixise

This allow to format Decimal without losing precision by using the new
format syntax and than localize the result.
17 hidden items Load more…
@cedk

cedk commented Mar 31, 2020

Copy link
Copy Markdown
Contributor Author

@matrixise could you review the changes you requested, thanks.

@aeros

aeros commented Apr 1, 2020

Copy link
Copy Markdown
Contributor

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

Your pull request may involve several commits as a result of addressing code review comments. Please keep the commit history in the pull request intact by not squashing, amending, or anything that would require a force push to GitHub. A detailed commit history allows reviewers to view the diff of one commit to another so they can easily verify whether their comments have been addressed. The commits will be squashed when the pull request is merged.

@cedk

cedk commented Apr 2, 2020

Copy link
Copy Markdown
Contributor Author

@aeros sorry, I would no more do that. Indeed I'm used to mercurial for which such workflow is well supported thanks to evolve.

@cedk

cedk commented Mar 27, 2021

Copy link
Copy Markdown
Contributor Author

@matrixise could you point me to the changes you are requesting?

@matrixise

Copy link
Copy Markdown
Member

@cedk I am sincerely sorry if I was absent, I will look at your PR in the next two weeks.

@matrixise

Copy link
Copy Markdown
Member

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

@matrixise

Copy link
Copy Markdown
Member

@cedk just one thing, could you update it with the last master? Thank you so much,

@cedk

cedk commented Apr 12, 2021

Copy link
Copy Markdown
Contributor Author

@cedk just one thing, could you update it with the last master? Thank you so much,

But there is no conflict.

@matrixise matrixise merged commit e126547 into python:master Apr 12, 2021
@matrixise

Copy link
Copy Markdown
Member

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

@cedk cedk deleted the locale-format branch April 12, 2021 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants