[Patches] [ python-Patches-662053 ] bug 661354 fix; _strptime handle OS9's lack of timezone info

SourceForge.net noreply@sourceforge.net
Wed, 15 Jan 2003 15:02:56 -0800


Patches item #662053, was opened at 2003-01-04 09:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=662053&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Jack Jansen (jackjansen)
Summary: bug 661354 fix; _strptime handle OS9's lack of timezone info

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-01-16 00:02

Message:
Logged In: YES 
user_id=45365

Checked in as _strptime.py rev 1.9.

----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2003-01-05 22:45

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=662053&group_id=5470