-
-
Couldn't load subscription status.
- Fork 33.2k
gh-120713: Make _Py_NORMALIZE_CENTURY private #135933
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
Conversation
This'll make it easier to add entries that need longer markup
|
See also other approach in #128444 which allows to get rid of that macro. |
|
Do you intend to backport #128444 to 3.14? |
|
If it is reviewed and accepted. I do not risk to merge it without review. |
|
I'll merge this, and update the other PR(s) to remove the private macro. |
|
Thanks @encukou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit fb170cf) Co-authored-by: Petr Viktorin <[email protected]>
|
GH-136387 is a backport of this pull request to the 3.14 branch. |
…6387) Co-authored-by: Petr Viktorin <[email protected]>
Users don't need this macro, and we don't want to document & support it. Right?
(We're not very consistent with configure macros, but we can start making things better with ones added in 3.14.)
datetime.strftime("%Y")is not padding correctly #120713