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: bug 661354 fix; _strptime handle OS9's lack of timezone info
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: brett.cannon, jackjansen
Priority: normal Keywords: patch

Created on 2003-01-04 08:30 by brett.cannon, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
strptime.diff brett.cannon, 2003-01-04 08:31
Messages (3)
msg42271 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2003-01-04 08:30
This is a fix for bug #661354.

Patches _strptime.py so as to deal with the possibility
of timezone = ('',''), as is the case on MacOS 9.  It
is general enough, though, to also work for the
previous issue of Swedish having no concept of Am/PM
any other possible problem where a locale lacks total
info about something.

Two tests for test_strptime.py were also added.
msg42272 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-01-05 21:45
Logged In: YES 
user_id=45365

Brett,
thanks, that fixed my bug! I've assigned to myself, and I'll close it when I've merged the changed back onto the trunk.
msg42273 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-01-15 23:02
Logged In: YES 
user_id=45365

Checked in as _strptime.py rev 1.9.
History
Date User Action Args
2022-04-10 16:06:06adminsetgithub: 37714
2003-01-04 08:30:36brett.cannoncreate