[Python-checkins] python/dist/src/Doc/lib libtime.tex,1.48,1.49

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 19 Jul 2002 10:09:38 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv5406

Modified Files:
	libtime.tex 
Log Message:
Doc patch from SF 474274 (pure Python strptime by Brett Cannon).

Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** libtime.tex	28 Nov 2001 07:26:15 -0000	1.48
--- libtime.tex	19 Jul 2002 17:09:36 -0000	1.49
***************
*** 282,292 ****
  values; the specific values are platform-dependent as the XPG standard
  does not provide sufficient information to constrain the result.
- 
- \note{This function relies entirely on the underlying
- platform's C library for the date parsing, and some of these libraries
- are buggy.  There's nothing to be done about this short of a new,
- portable implementation of \cfunction{strptime()}.}
- 
- Availability: Most modern \UNIX{} systems.
  \end{funcdesc}
  
--- 282,285 ----