]> granicus.if.org Git - python/commit
A step on the way to making tzinfo classes writable by mortals: get rid
authorTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 20:52:32 +0000 (20:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 20:52:32 +0000 (20:52 +0000)
commitbad8ff089a04372465c3143a3567b9712673c155
treef68211e017f8214883f739a7e737656b0cb47856
parent567332abc4900adff55e8c23f1ab90cfaa9ab9dd
A step on the way to making tzinfo classes writable by mortals:  get rid
of the timetz case.  A tzinfo method will always see a datetimetz arg,
or None, now.  In the former case, it's still possible that it will get
a datetimetz argument belonging to a different timezone.  That will get
fixed next.
Doc/lib/libdatetime.tex
Lib/test/test_datetime.py
Modules/datetimemodule.c