[Python-checkins] r62187 - python/trunk/Modules/timemodule.c
skip.montanaro
python-checkins at python.org
Sun Apr 6 19:05:57 CEST 2008
Author: skip.montanaro
Date: Sun Apr 6 19:05:57 2008
New Revision: 62187
Modified:
python/trunk/Modules/timemodule.c
Log:
type
Modified: python/trunk/Modules/timemodule.c
==============================================================================
--- python/trunk/Modules/timemodule.c (original)
+++ python/trunk/Modules/timemodule.c Sun Apr 6 19:05:57 2008
@@ -661,7 +661,7 @@
/* This code moved from inittime wholesale to allow calling it from
time_tzset. In the future, some parts of it can be moved back
(for platforms that don't HAVE_WORKING_TZSET, when we know what they
- are), and the extranious calls to tzset(3) should be removed.
+ are), and the extraneous calls to tzset(3) should be removed.
I haven't done this yet, as I don't want to change this code as
little as possible when introducing the time.tzset and time.tzsetwall
methods. This should simply be a method of doing the following once,
More information about the Python-checkins
mailing list