You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-XXXXX: Exclude symlinks from zoneinfo.available_timezones() results\n\nSometimes available_timezones() was including 'localtime' in its results\nbecause it wasn't properly handling symlinks. This change ensures that\nsymlinks like 'localtime' are excluded from the available timezones list,\nproviding consistent results across different systems.\n\nAdded a test case to verify that symlinks are properly excluded.
0 commit comments