[Python-checkins] python/dist/src/Misc NEWS,1.803,1.804

bcannon@users.sourceforge.net bcannon@users.sourceforge.net
Mon, 30 Jun 2003 22:16:10 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv13084/Misc

Modified Files:
	NEWS 
Log Message:
Make temporary change of using _strptime for time.strptime permanent.

Flesh out docs to better explain time.strptime (closes bug #697990).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.803
retrieving revision 1.804
diff -C2 -d -r1.803 -r1.804
*** NEWS	1 Jul 2003 04:14:27 -0000	1.803
--- NEWS	1 Jul 2003 05:16:07 -0000	1.804
***************
*** 19,22 ****
--- 19,25 ----
  - SSL no longer crashes the interpreter when the remote side disconnects.
  
+ - time.strptime now exclusively uses the Python implementation
+   contained within the _strptime module.
+ 
  Library
  -------