This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_email: test_localtime_daylight_false_dst_true() fails if timezone database is missing
Type: behavior Stage:
Components: Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, miss-islington, p-ganssle, r.david.murray, schwab, vstinner, xtreak
Priority: normal Keywords:

Created on 2019-01-24 11:15 by schwab, last changed 2022-04-11 14:59 by admin.

Messages (3)
msg334294 - (view) Author: Andreas Schwab (schwab) * Date: 2019-01-24 11:15
bpo-35317 solution is incomplete, the test needs to be skipped if the timezone database is unavailable.
msg334296 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-01-24 11:30
How can I reproduce the issue?
msg334297 - (view) Author: Andreas Schwab (schwab) * Date: 2019-01-24 11:32
rpm -e timezone
History
Date User Action Args
2022-04-11 14:59:10adminsetgithub: 79999
2019-01-24 11:32:00schwabsetmessages: + msg334297
2019-01-24 11:30:21vstinnersetmessages: + msg334296
2019-01-24 11:15:08schwabcreate