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

SourceForge.net noreply@sourceforge.net
Sat, 04 Jan 2003 00:30:36 -0800


Patches item #662053, was opened at 2003-01-04 00: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: Open
Resolution: None
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Nobody/Anonymous (nobody)
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.

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

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