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: date.strptime and time.strptime as well
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: josh-sf, terry.reedy
Priority: normal Keywords: patch

Created on 2005-02-04 18:16 by josh-sf, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
strptime2.diff josh-sf, 2005-02-16 20:00
Messages (2)
msg47656 - (view) Author: Josh (josh-sf) Date: 2005-02-04 18:16
Add strptime constructor to date and time as well as
datetime.

This patch is really a followup to
http://sourceforge.net/tracker/index.php?func=detail&aid=1100942&group_id=5470&atid=305470
, but re-posted here in order to attract attention :)
msg47657 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2005-02-16 19:37
Logged In: YES 
user_id=593130

I think maybe the additions are better added to the original 
patch.  I would think that all three constructors are best 
reviewed together.  Splitting across two tracker items makes 
this more difficult.

As yet, there are no attachments (patches) to review.  From 
the last line, perhaps this is intentional.  

Attention is not always positive ;-)  Perhaps close this?
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41524
2005-02-04 18:16:36josh-sfcreate