Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / api / node96.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="api.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="api.html" title='Python/C API Reference Manual' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='index' href='genindex.html' title='Index' />
10<link rel='last' href='about.html' title='About this document...' />
11<link rel='help' href='about.html' title='About this document...' />
12<link rel="prev" href="node95.html" />
13<link rel="parent" href="node86.html" />
14<link rel="next" href="genindex.html" />
15<meta name='aesop' content='information' />
16<title>B.3.10 XML Remote Procedure Calls</title>
17</head>
18<body>
19<DIV CLASS="navigation">
20<div id='top-navigation-panel' xml:id='top-navigation-panel'>
21<table align="center" width="100%" cellpadding="0" cellspacing="2">
22<tr>
23<td class='online-navigation'><a rel="prev" title="B.3.9 UUencode and UUdecode"
24 href="node95.html"><img src='../icons/previous.png'
25 border='0' height='32' alt='Previous Page' width='32' /></A></td>
26<td class='online-navigation'><a rel="parent" title="B.3 Licenses and Acknowledgements"
27 href="node86.html"><img src='../icons/up.png'
28 border='0' height='32' alt='Up One Level' width='32' /></A></td>
29<td class='online-navigation'><a rel="next" title="Index"
30 href="genindex.html"><img src='../icons/next.png'
31 border='0' height='32' alt='Next Page' width='32' /></A></td>
32<td align="center" width="100%">Python/C API Reference Manual</td>
33<td class='online-navigation'><a rel="contents" title="Table of Contents"
34 href="contents.html"><img src='../icons/contents.png'
35 border='0' height='32' alt='Contents' width='32' /></A></td>
36<td class='online-navigation'><img src='../icons/blank.png'
37 border='0' height='32' alt='' width='32' /></td>
38<td class='online-navigation'><a rel="index" title="Index"
39 href="genindex.html"><img src='../icons/index.png'
40 border='0' height='32' alt='Index' width='32' /></A></td>
41</tr></table>
42<div class='online-navigation'>
43<b class="navlabel">Previous:</b>
44<a class="sectref" rel="prev" href="node95.html">B.3.9 UUencode and UUdecode</A>
45<b class="navlabel">Up:</b>
46<a class="sectref" rel="parent" href="node86.html">B.3 Licenses and Acknowledgements</A>
47<b class="navlabel">Next:</b>
48<a class="sectref" rel="next" href="genindex.html">Index</A>
49</div>
50<hr /></div>
51</DIV>
52<!--End of Navigation Panel-->
53
54<H2><A NAME="SECTION00143100000000000000000">
55B.3.10 XML Remote Procedure Calls</A>
56</H2>
57
58<P>
59The <tt class="module">xmlrpclib</tt> module contains the following notice:
60
61<P>
62<div class="verbatim"><pre>
63 The XML-RPC client interface is
64
65 Copyright (c) 1999-2002 by Secret Labs AB
66 Copyright (c) 1999-2002 by Fredrik Lundh
67
68 By obtaining, using, and/or copying this software and/or its
69 associated documentation, you agree that you have read, understood,
70 and will comply with the following terms and conditions:
71
72 Permission to use, copy, modify, and distribute this software and
73 its associated documentation for any purpose and without fee is
74 hereby granted, provided that the above copyright notice appears in
75 all copies, and that both that copyright notice and this permission
76 notice appear in supporting documentation, and that the name of
77 Secret Labs AB or the author not be used in advertising or publicity
78 pertaining to distribution of the software without specific, written
79 prior permission.
80
81 SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
82 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
83 ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
84 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
85 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
86 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
87 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
88 OF THIS SOFTWARE.
89</pre></div>
90
91<P>
92
93<DIV CLASS="navigation">
94<div class='online-navigation'>
95<p></p><hr />
96<table align="center" width="100%" cellpadding="0" cellspacing="2">
97<tr>
98<td class='online-navigation'><a rel="prev" title="B.3.9 UUencode and UUdecode"
99 href="node95.html"><img src='../icons/previous.png'
100 border='0' height='32' alt='Previous Page' width='32' /></A></td>
101<td class='online-navigation'><a rel="parent" title="B.3 Licenses and Acknowledgements"
102 href="node86.html"><img src='../icons/up.png'
103 border='0' height='32' alt='Up One Level' width='32' /></A></td>
104<td class='online-navigation'><a rel="next" title="Index"
105 href="genindex.html"><img src='../icons/next.png'
106 border='0' height='32' alt='Next Page' width='32' /></A></td>
107<td align="center" width="100%">Python/C API Reference Manual</td>
108<td class='online-navigation'><a rel="contents" title="Table of Contents"
109 href="contents.html"><img src='../icons/contents.png'
110 border='0' height='32' alt='Contents' width='32' /></A></td>
111<td class='online-navigation'><img src='../icons/blank.png'
112 border='0' height='32' alt='' width='32' /></td>
113<td class='online-navigation'><a rel="index" title="Index"
114 href="genindex.html"><img src='../icons/index.png'
115 border='0' height='32' alt='Index' width='32' /></A></td>
116</tr></table>
117<div class='online-navigation'>
118<b class="navlabel">Previous:</b>
119<a class="sectref" rel="prev" href="node95.html">B.3.9 UUencode and UUdecode</A>
120<b class="navlabel">Up:</b>
121<a class="sectref" rel="parent" href="node86.html">B.3 Licenses and Acknowledgements</A>
122<b class="navlabel">Next:</b>
123<a class="sectref" rel="next" href="genindex.html">Index</A>
124</div>
125</div>
126<hr />
127<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
128</DIV>
129<!--End of Navigation Panel-->
130<ADDRESS>
131See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
132</ADDRESS>
133</BODY>
134</HTML>