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.
Showing
Please register or sign in to comment
function can't handle, don't raise IOError -- that doesn't make sense. Raise ValueError instead. Bugfix candidate.