Skip to content
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

bpo-17659: Add locale.getfirstweekday #18142

Open
wants to merge 3 commits into
base: master
from

Conversation

@cedk
Copy link
Contributor

cedk commented Jan 23, 2020

This allows to determine the starting day of week depending on the OS
locale.

Co-authored-by: Kyle McMartin kyle@mcmartin.ca

https://bugs.python.org/issue17659

@cedk cedk force-pushed the cedk:locale-first-weekday branch from 1082d3b to 304fa76 Jan 23, 2020
@csabella

This comment has been minimized.

Copy link
Contributor

csabella commented Jan 26, 2020

Since you based your patch on the original patch, please give credit to the original author.

cedk and others added 3 commits Jan 23, 2020
This allows to determine the starting day of week depending on the OS
locale.

Co-authored-by: Kyle McMartin <kyle@mcmartin.ca>
Using setlocale does not change Windows configuration.
@cedk cedk force-pushed the cedk:locale-first-weekday branch from 90e4df6 to f31e4d5 Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.