-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-122272: guarantee specifiers %F and %C for datetime.strftime to be 0-padded #122436
gh-122272: guarantee specifiers %F and %C for datetime.strftime to be 0-padded #122436
Conversation
I won't be able to review this for at least a couple of weeks. |
…9 return False on error
I've restored the previous reviewers list. |
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.
LGTM.
Thanks @blhsing for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @blhsing for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @blhsing and @serhiy-storchaka, I could not cleanly backport this to
|
Sorry, @blhsing and @serhiy-storchaka, I could not cleanly backport this to
|
datetime.*.strftime()
year padding behavior across%y
,%Y
,%F
and%C
#122272