[Python-bugs-list] [Bug #112244] time.strptime() not present in Python 1.5.2 for MSWin

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 07:48:05 -0700


Bug #112244, was updated on 2000-Aug-18 06:54
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: Feature Request
Priority: 3
Summary: time.strptime() not present in Python 1.5.2 for MSWin

Details: Using Python 1.5.2 for MSWin, any attempt to use the time.strptime() function from the time module results in the error:
AttributeError: strptime

This error does not occur for the Unix version of Python 1.5.2.


Follow-Ups:

Date: 2000-Aug-18 10:38
By: tim_one

Comment:
Changed to group Feature Request.
strptime is available from Python only on those platforms where this (non-standard) C function happens to be available from the platform C library.  Windows is not one of those.  Not all Unix versions have it either.  The docs already say that.  The only way it will become available is if someone contributes an implementation.

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

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=112244&group_id=5470