Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 610258 Details for
Bug 854943
the version of xmlrpclib in use cannot marshal datetime.datetime
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
sample script that produces the error
sample.py (text/x-python), 612 bytes, created by
Felix Dewaleyne
on 2012-09-06 11:03:50 UTC
(
hide
)
Description:
sample script that produces the error
Filename:
MIME Type:
Creator:
Felix Dewaleyne
Created:
2012-09-06 11:03:50 UTC
Size:
612 bytes
patch
obsolete
>#!/usr/bin/python > ># To the extent possible under law, Red Hat, Inc. has dedicated all copyright to this software to the public domain worldwide, pursuant to the CC0 Public Domain Dedication. ># This software is distributed without any warranty. See <http://creativecommons.org/publicdomain/zero/1.0/>. > >import xmlrpclib, datetime > >thedate = datetime.datetime.today() > >URL="http://127.0.0.1/rpc/api" >LOGIN="satadmin" >PWD="redhat" >sysid=1000010045 > >client = xmlrpclib.Server(URL, verbose=0) >key = client.auth.login(LOGIN, PWD) > >client.system.scheduleHardwareRefresh(key, sysid, thedate) >client.auth.logout(key) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 854943
: 610258