SIGN IN SIGN UP

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.
T
Tim Peters committed
37f398282bf74b11e6167f7c7af75960e553dab9
Parent: a5e8bb9