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

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


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

Modified Files:
      Tag: release21-maint
	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.31.2.2
retrieving revision 1.31.2.3
diff -C2 -d -r1.31.2.2 -r1.31.2.3
*** librfc822.tex	2001/05/22 15:17:12	1.31.2.2
--- librfc822.tex	2002/01/05 01:51:37	1.31.2.3
***************
*** 83,87 ****
  \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
--- 83,87 ----
  \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