gh-129483: Make TestLocalTimeDisambiguation's time format locale independent#142193
gh-129483: Make TestLocalTimeDisambiguation's time format locale independent#142193pganssle merged 4 commits intopython:mainfrom
TestLocalTimeDisambiguation's time format locale independent#142193Conversation
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.
Addressed |
TestLocalTimeDisambiguation's time format locale independent
|
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. |
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>
|
…ale independent (python#142193) * Change to update %c to the exact time format. --------- Co-authored-by: Kir Chou <note351@hotmail.com>
Test with: