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
|
My last push produced an error in a thread sanitizer check from code completely unrelated to mine , so I thought I'd try "fixing" the error by rebasing my branch to the latest master in hope that someone else already fixed the issue, and that resulted in the massive inclusion of all commits between the master my branch was originally based on and the latest master. I tried to undo my rebase by force-pushing my last commit to the branch, but it still results in the code owners of all unrelated commits being tagged as reviewers for this PR by GitHub. Sorry about that. |
|
This is why merge is better than rebase when updating PR. |
Lesson learned. Thanks. |
|
I've restored the previous reviewers list. |
|
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,%Fand%C#122272