]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Windows doesn't support negative timestamps. Skip the tests involving them
authorGuido van Rossum <guido@python.org>
Wed, 7 Mar 2007 15:16:29 +0000 (15:16 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Mar 2007 15:16:29 +0000 (15:16 +0000)
commitf1200f8255f1be807ed5fdabe444059f98fc42c7
tree4e4076d84468353a499088aa888b3a22ad63ed9a
parentd9e50261e8c108b0ab5b336cea75c0b9fd03a81e
Windows doesn't support negative timestamps.  Skip the tests involving them
if os.name == "nt".
Lib/test/test_datetime.py