[pywin32-bugs] [ pywin32-Bugs-2706383 ] Crash getting time zone info
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-03-23 15:26:02
|
Bugs item #2706383, was opened at 2009-03-23 16:26 Message generated for change (Tracker Item Submitted) made by bernhard_bender You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2706383&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard (bernhard_bender) Assigned to: Nobody/Anonymous (nobody) Summary: Crash getting time zone info Initial Comment: The following code crashes when the local time zone is a unicode string (e.g. contains German umlauts): import win32timezone tzi = win32timezone.TimeZoneInfo.local() This is probably due to the use of "str" type for standard_name and daylight_name in class TIME_ZONE_INFORMATION ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2706383&group_id=78018 |