[Python-checkins] CVS: python/dist/src/Doc/lib librfc822.tex,1.38,1.39

Fred L. Drake fdrake@users.sourceforge.net
Fri, 04 Jan 2002 17:52:43 -0800


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

Modified Files:
	librfc822.tex 
Log Message:
Fix minor typo reported in SF patch #497951.

Index: librfc822.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librfc822.tex,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** librfc822.tex	2001/09/06 15:07:55	1.38
--- librfc822.tex	2002/01/05 01:52:41	1.39
***************
*** 116,120 ****
  \begin{funcdesc}{mktime_tz}{tuple}
  Turn a 10-tuple as returned by \function{parsedate_tz()} into a UTC
! timestamp.  It the timezone item in the tuple is \code{None}, assume
  local time.  Minor deficiency: this first interprets the first 8
  elements as a local time and then compensates for the timezone
--- 116,120 ----
  \begin{funcdesc}{mktime_tz}{tuple}
  Turn a 10-tuple as returned by \function{parsedate_tz()} into a UTC
! timestamp.  If the timezone item in the tuple is \code{None}, assume
  local time.  Minor deficiency: this first interprets the first 8
  elements as a local time and then compensates for the timezone