commit | 8b19a93b87d6514fec9918cd0b13cefbaca83950 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Jan 17 20:08:54 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Jan 17 20:08:54 2003 +0000 |
tree | fe39bb0df903fa67ca12d8b05f8a5cd49a3f9a4c | |
parent | 504377d4ddc997bce8165571684729b7b31fccb8 [diff] |
When time.localtime() is passed a tick count the platform C localtime() function can't handle, don't raise IOError -- that doesn't make sense. Raise ValueError instead. Bugfix candidate.