cpython: Issue 24773: Use the standard Asia/Tehran name in the Iran test.

https://hg.python.org/cpython/rev/eed3a5b9239f changeset: 102497:eed3a5b9239f parent: 102495:77d16a5dc779 user: Alexander Belopolsky <alexander.belopolsky@gmail.com> date: Sat Jul 30 11:41:02 2016 -0400 summary: Issue 24773: Use the standard Asia/Tehran name in the Iran test. files: Lib/test/datetimetester.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@ -4794,7 +4794,7 @@ # Iran had a sub-minute UTC offset before 1946. class IranTest(ZoneInfoTest): - zonename = 'Iran' + zonename = 'Asia/Tehran' def load_tests(loader, standard_tests, pattern): standard_tests.addTest(ZoneInfoCompleteTest()) -- Repository URL: https://hg.python.org/cpython
participants (1)
-
alexander.belopolsky