[Python-checkins] python/nondist/peps pep-0042.txt,1.60,1.61

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 23 Jul 2002 12:39:57 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv7447

Modified Files:
	pep-0042.txt 
Log Message:
strptime is now implemented

Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** pep-0042.txt	11 Jul 2002 18:11:32 -0000	1.60
--- pep-0042.txt	23 Jul 2002 19:39:54 -0000	1.61
***************
*** 141,154 ****
        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
--- 141,144 ----