Kaydet (Commit) fd7e162e authored tarafından Walter Dörwald's avatar Walter Dörwald

Fix typo.

üst 4a8d272d
...@@ -659,7 +659,7 @@ void inittimezone(PyObject *m) { ...@@ -659,7 +659,7 @@ void inittimezone(PyObject *m) {
time_tzset. In the future, some parts of it can be moved back 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 (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 extranious calls to tzset(3) should be removed.
I havn't done this yet, as I don't want to change this code as 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 little as possible when introducing the time.tzset and time.tzsetwall
methods. This should simply be a method of doing the following once, methods. This should simply be a method of doing the following once,
at the top of this function and removing the call to tzset() from at the top of this function and removing the call to tzset() from
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment