From a11b31d82a68046bf16794713002d1b8b797baba Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 23 Jul 2002 19:39:54 +0000 Subject: [PATCH] strptime is now implemented --- pep-0042.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pep-0042.txt b/pep-0042.txt index 060dd8e15..df6847df1 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -140,16 +140,6 @@ Standard Library http://www.python.org/sf/215126 - - Add a portable implementation of time.strptime() that works in - clearly defined ways on all platforms. - - http://www.python.org/sf/215146 - http://www.python.org/sf/212244 - - Possible solution: - - http://www.python.org/sf/474274 - - rfc822.py should be more lenient than the spec in the types of address fields it parses. Specifically, an invalid address of the form "From: Amazon.com " should