Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / html / python / ext / node59.html
CommitLineData
86530b38
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="ext.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="ext.html" title='Extending and Embedding the Python Interpreter' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='last' href='about.html' title='About this document...' />
10<link rel='help' href='about.html' title='About this document...' />
11<link rel="next" href="node60.html" />
12<link rel="prev" href="node58.html" />
13<link rel="parent" href="node51.html" />
14<link rel="next" href="node60.html" />
15<meta name='aesop' content='information' />
16<title>B.3.8 Execution tracing</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.7 Profiling"
24 href="node58.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="node51.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="B.3.9 UUencode and UUdecode"
30 href="node60.html"><img src='../icons/next.png'
31 border='0' height='32' alt='Next Page' width='32' /></A></td>
32<td align="center" width="100%">Extending and Embedding the Python Interpreter</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'><img src='../icons/blank.png'
39 border='0' height='32' alt='' width='32' /></td>
40</tr></table>
41<div class='online-navigation'>
42<b class="navlabel">Previous:</b>
43<a class="sectref" rel="prev" href="node58.html">B.3.7 Profiling</A>
44<b class="navlabel">Up:</b>
45<a class="sectref" rel="parent" href="node51.html">B.3 Licenses and Acknowledgements</A>
46<b class="navlabel">Next:</b>
47<a class="sectref" rel="next" href="node60.html">B.3.9 UUencode and UUdecode</A>
48</div>
49<hr /></div>
50</DIV>
51<!--End of Navigation Panel-->
52
53<H2><A NAME="SECTION009380000000000000000">
54B.3.8 Execution tracing</A>
55</H2>
56
57<P>
58The <tt class="module">trace</tt> module contains the following notice:
59
60<P>
61<div class="verbatim"><pre>
62 portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
63 err... reserved and offered to the public under the terms of the
64 Python 2.2 license.
65 Author: Zooko O'Whielacronx
66 http://zooko.com/
67 mailto:zooko@zooko.com
68
69 Copyright 2000, Mojam Media, Inc., all rights reserved.
70 Author: Skip Montanaro
71
72 Copyright 1999, Bioreason, Inc., all rights reserved.
73 Author: Andrew Dalke
74
75 Copyright 1995-1997, Automatrix, Inc., all rights reserved.
76 Author: Skip Montanaro
77
78 Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
79
80
81 Permission to use, copy, modify, and distribute this Python software and
82 its associated documentation for any purpose without fee is hereby
83 granted, provided that the above copyright notice appears in all copies,
84 and that both that copyright notice and this permission notice appear in
85 supporting documentation, and that the name of neither Automatrix,
86 Bioreason or Mojam Media be used in advertising or publicity pertaining to
87 distribution of the software without specific, written prior permission.
88</pre></div>
89
90<P>
91
92<DIV CLASS="navigation">
93<div class='online-navigation'>
94<p></p><hr />
95<table align="center" width="100%" cellpadding="0" cellspacing="2">
96<tr>
97<td class='online-navigation'><a rel="prev" title="B.3.7 Profiling"
98 href="node58.html"><img src='../icons/previous.png'
99 border='0' height='32' alt='Previous Page' width='32' /></A></td>
100<td class='online-navigation'><a rel="parent" title="B.3 Licenses and Acknowledgements"
101 href="node51.html"><img src='../icons/up.png'
102 border='0' height='32' alt='Up One Level' width='32' /></A></td>
103<td class='online-navigation'><a rel="next" title="B.3.9 UUencode and UUdecode"
104 href="node60.html"><img src='../icons/next.png'
105 border='0' height='32' alt='Next Page' width='32' /></A></td>
106<td align="center" width="100%">Extending and Embedding the Python Interpreter</td>
107<td class='online-navigation'><a rel="contents" title="Table of Contents"
108 href="contents.html"><img src='../icons/contents.png'
109 border='0' height='32' alt='Contents' width='32' /></A></td>
110<td class='online-navigation'><img src='../icons/blank.png'
111 border='0' height='32' alt='' width='32' /></td>
112<td class='online-navigation'><img src='../icons/blank.png'
113 border='0' height='32' alt='' width='32' /></td>
114</tr></table>
115<div class='online-navigation'>
116<b class="navlabel">Previous:</b>
117<a class="sectref" rel="prev" href="node58.html">B.3.7 Profiling</A>
118<b class="navlabel">Up:</b>
119<a class="sectref" rel="parent" href="node51.html">B.3 Licenses and Acknowledgements</A>
120<b class="navlabel">Next:</b>
121<a class="sectref" rel="next" href="node60.html">B.3.9 UUencode and UUdecode</A>
122</div>
123</div>
124<hr />
125<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
126</DIV>
127<!--End of Navigation Panel-->
128<ADDRESS>
129See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
130</ADDRESS>
131</BODY>
132</HTML>