From add0900a3ac7655fb90667fe2c6079e9b9ded5e9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 23 Sep 2000 04:40:44 +0000 Subject: [PATCH] Added request for a portable time.strptime() implementation. --- pep-0042.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index c37f1ec14..ad3299776 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -127,8 +127,14 @@ Standard Library http://sourceforge.net/bugs/?func=detailbug&bug_id=114754&group_id=5470 - Generalize eval to accept any mapping objects for locals and globals. + http://sourceforge.net/bugs/?func=detailbug&bug_id=115126&group_id=5470 + - Add a portable implementation of time.strptime() that works in + clearly defined ways on all platforms. + + http://sourceforge.net/bugs/?func=detailbug&bug_id=115146&group_id=5470 + Tools