Add localeconv function to locale module#4558
Conversation
youknowone
left a comment
There was a problem hiding this comment.
Thanks! I left a few comments about styles.
Sorry, something went wrong.
c73148b to
09c750c
Compare
February 24, 2023 14:42
…localeconv-function
|
|
Sorry, something went wrong.
|
The windows failure is fine. But test_type failure on linux is... what's happened |
Sorry, something went wrong.
|
https://github.com/RustPython/RustPython/actions/runs/4271112901/jobs/7435359720#step:12:12102 |
Sorry, something went wrong.
|
@youknowone it turns out the locale code is inconsistent between platform, so after some fixes, it's normal now! |
Sorry, something went wrong.
77af913 to
26f04e2
Compare
February 28, 2023 05:53
There was a problem hiding this comment.
Thank you for hard working for this tricky issue. It will be a great base of the future locale works.
Maintaining note: Though a few tests regressed, I think this is the way to go forward with true locale support.
squash is desired when merging.
Sorry, something went wrong.
This PR is to add localeconv function to locale module.
#3850