[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.19,1.20

Fred L. Drake python-dev@python.org
Fri, 22 Sep 2000 21:40:47 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11503

Modified Files:
	pep-0042.txt 
Log Message:

Added request for a portable time.strptime() implementation.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** pep-0042.txt	2000/09/23 04:17:34	1.19
--- pep-0042.txt	2000/09/23 04:40:44	1.20
***************
*** 128,132 ****
--- 128,138 ----
  
      - 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