[Python-checkins] python/dist/src/Modules timemodule.c,2.142,2.143

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Wed Jul 21 00:34:39 CEST 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19311/Modules

Modified Files:
	timemodule.c 
Log Message:
Fix SF #994580, typo in time.tzsets docstring.  Backport candidate

Index: timemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/timemodule.c,v
retrieving revision 2.142
retrieving revision 2.143
diff -C2 -d -r2.142 -r2.143
*** timemodule.c	20 Jun 2004 02:50:16 -0000	2.142
--- timemodule.c	20 Jul 2004 22:34:37 -0000	2.143
***************
*** 592,596 ****
  Initialize, or reinitialize, the local timezone to the value stored in\n\
  os.environ['TZ']. The TZ environment variable should be specified in\n\
! standard Uniz timezone format as documented in the tzset man page\n\
  (eg. 'US/Eastern', 'Europe/Amsterdam'). Unknown timezones will silently\n\
  fall back to UTC. If the TZ environment variable is not set, the local\n\
--- 592,596 ----
  Initialize, or reinitialize, the local timezone to the value stored in\n\
  os.environ['TZ']. The TZ environment variable should be specified in\n\
! standard Unix timezone format as documented in the tzset man page\n\
  (eg. 'US/Eastern', 'Europe/Amsterdam'). Unknown timezones will silently\n\
  fall back to UTC. If the TZ environment variable is not set, the local\n\



More information about the Python-checkins mailing list