]> granicus.if.org Git - python/commit
Changed the tests to stop using __setstate__(). __setstate__() no
authorTim Peters <tim.peters@gmail.com>
Fri, 31 Jan 2003 21:55:33 +0000 (21:55 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 31 Jan 2003 21:55:33 +0000 (21:55 +0000)
commit96940c971c440db52406ecf547083159bbfc1a33
tree385a157cdf4913ffc3eededea6cb5fd4d3d34ce6
parent08a1d9cafc5e713957d7ddd2b29ea75c3d073d96
Changed the tests to stop using __setstate__().  __setstate__() no
longer needs to be public, and shoudn't be public because all datetime
objects are immutable.  The Python implementation has changed
accordingly, but still need to change the C implementation.
Lib/test/test_datetime.py