commit | db519205a2cd89eb43d7622bc3b37b8b8ea8a629 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Jan 05 17:17:09 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Jan 05 17:17:09 2002 +0000 |
tree | 833950ce8cd8cd5af98fa959565452edec7fb561 | |
parent | 1e2fb57b5f978421b54578f0931ab1e64db1dbba [diff] |
Time2Internaldate(): Call isinstance() once for each of the type tests instead of possibly twice by using a sequence of types to check for. Add a message to the ValueError that can be raised.