Kaydet (Commit) 1f6e2257 authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Revert r81681 (issue 8810).

üst 0df5a858
...@@ -3026,8 +3026,7 @@ static PyMethodDef tzinfo_methods[] = { ...@@ -3026,8 +3026,7 @@ static PyMethodDef tzinfo_methods[] = {
PyDoc_STR("datetime -> DST offset in minutes east of UTC.")}, PyDoc_STR("datetime -> DST offset in minutes east of UTC.")},
{"fromutc", (PyCFunction)tzinfo_fromutc, METH_O, {"fromutc", (PyCFunction)tzinfo_fromutc, METH_O,
PyDoc_STR("datetime -> timedelta showing offset from UTC, negative " PyDoc_STR("datetime in UTC -> datetime in local time.")},
"values indicating West of UTC")},
{"__reduce__", (PyCFunction)tzinfo_reduce, METH_NOARGS, {"__reduce__", (PyCFunction)tzinfo_reduce, METH_NOARGS,
PyDoc_STR("-> (cls, state)")}, PyDoc_STR("-> (cls, state)")},
......
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