]> granicus.if.org Git - python/commit
Got rid of the timetz type entirely. This was a bit trickier than I
authorTim Peters <tim.peters@gmail.com>
Fri, 10 Jan 2003 03:49:02 +0000 (03:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 10 Jan 2003 03:49:02 +0000 (03:49 +0000)
commit37f398282bf74b11e6167f7c7af75960e553dab9
treeafcec2dd5f514160881b45747b76d28704a32c9f
parenta5e8bb94e56bf5f1e304064c8f9dc96e87980326
Got rid of the timetz type entirely.  This was a bit trickier than I
hoped it would be, but not too bad.  A test had to change:
time.__setstate__() can no longer add a non-None tzinfo member to a time
object that didn't already have one, since storage for a tzinfo member
doesn't exist in that case.
Include/datetime.h
Lib/test/test_datetime.py
Modules/datetimemodule.c