Uh oh!
There was an error while loading. Please reload this page.
gh-129483: Make TestLocalTimeDisambiguation's time format locale independent - #142193
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
StanFromIreland
left a comment
There was a problem hiding this comment.
IMO making the tests locale independent would be a better solution than this (i.e. just replace %c with our desired order).
This comment was marked as resolved.
This comment was marked as resolved.
gkirchou
commented
Dec 3, 2025
Addressed |
TestLocalTimeDisambiguation's time format locale independentUh oh!
There was an error while loading. Please reload this page.
pganssle
commented
Dec 4, 2025
This is failing in 3.13, right? So we should backport it? Anyone know how far back it is causing issues? |
…ale independent (pythonGH-142193) * Change to update %c to the exact time format. --------- (cherry picked from commit 8392095) Co-authored-by: Kir Chou <148194051+gkirchou@users.noreply.github.com> Co-authored-by: Kir Chou <note351@hotmail.com>
GH-142258 is a backport of this pull request to the 3.14 branch. |
…ale independent (pythonGH-142193) * Change to update %c to the exact time format. --------- (cherry picked from commit 8392095) Co-authored-by: Kir Chou <148194051+gkirchou@users.noreply.github.com> Co-authored-by: Kir Chou <note351@hotmail.com>
GH-142259 is a backport of this pull request to the 3.13 branch. |
vstinner
commented
Dec 4, 2025
Right, the issue was reported on Python 3.13.1. We should backport the change to 3.13 and 3.14 branches. Other branches no longer accept bugfixes. |
…cale independent (GH-142193) (#142259) gh-129483: Make `TestLocalTimeDisambiguation`'s time format locale independent (GH-142193) * Change to update %c to the exact time format. --------- (cherry picked from commit 8392095) Co-authored-by: Kir Chou <148194051+gkirchou@users.noreply.github.com> Co-authored-by: Kir Chou <note351@hotmail.com>
…cale independent (GH-142193) (#142258) gh-129483: Make `TestLocalTimeDisambiguation`'s time format locale independent (GH-142193) * Change to update %c to the exact time format. --------- (cherry picked from commit 8392095) Co-authored-by: Kir Chou <148194051+gkirchou@users.noreply.github.com> Co-authored-by: Kir Chou <note351@hotmail.com>
bedevere-bot
commented
Dec 4, 2025
|
…ale independent (python#142193) * Change to update %c to the exact time format. --------- Co-authored-by: Kir Chou <note351@hotmail.com>
Test with: