]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_subclass_date(): Beefed this up, to check that new instance
authorTim Peters <tim.peters@gmail.com>
Sat, 17 May 2003 02:25:20 +0000 (02:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 17 May 2003 02:25:20 +0000 (02:25 +0000)
commiteb1a496039d39135188bbee20e348e796c4807ea
tree5ddb713aa77282fdab84812fa442473bcde98d00
parent1ba24b4fbb1c675cd2edbdf2b1c0fbb5054b8969
test_subclass_date():  Beefed this up, to check that new instance
attributes and methods work, that new arguments can be passed to the
constructor, and that inherited methods and attrs still work.  Added
XXX comments about what to do when datetime becomes usably subclassable
too (it's not yet).
Lib/test/test_datetime.py