-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xmlrpclib cannot send datetime objects with dates before 1900 #46298
Comments
xmlrpclib uses datetime.strftime which cannot handle dates before 1900. |
Does your patch also work on systems which don't allow negative values |
Well, all it basically does is changing calls to obj.strftime to a But to answer your question. I don't know, I don't even know a platform, |
http://bugs.python.org/issue1777412 describes the cause of this issue |
Attaching an updated version of the patch against trunk revision 61011. |
guido says it's ok to fix the issue in xmlrpclib only: I'm also attaching a dummy.diff in order to have a patch keyword... |
working on it |
Checked in on trunk as r62378. Will let the normal 3.0 merge process |
Skip, thanks for handling this. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: