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 224941 Details for
Bug 328831
RHN XML-RPC interface is specifying wrong encoding for errata
[?]
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.
Python program demonstrating incorrect encoding for RHSA-2007:0494
encoding.py (text/plain), 350 bytes, created by
Jay Soffian
on 2007-10-12 01:49:39 UTC
(
hide
)
Description:
Python program demonstrating incorrect encoding for RHSA-2007:0494
Filename:
MIME Type:
Creator:
Jay Soffian
Created:
2007-10-12 01:49:39 UTC
Size:
350 bytes
patch
obsolete
>#!/usr/bin/env python > >import xmlrpclib > >rhn_username = "" >rhn_password = "" >erratum = "RHSA-2007:0494" > >def main(): > rhn = xmlrpclib.ServerProxy("https://rhn.redhat.com:443/rpc/api/", verbose=1) > session_key = rhn.auth.login(rhn_username, rhn_password) > rhn.errata.getDetails(session_key, erratum) > >if __name__ == '__main__': > main()
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 328831
: 224941