-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathcopyright.html
More file actions
62 lines (49 loc) · 3.83 KB
/
copyright.html
File metadata and controls
62 lines (49 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<section data-type="copyright-page">
<!--TITLE-->
<h1>Test-Driven Development with Python</h1>
<!--AUTHOR-->
<p class="author">by <span class="firstname">Harry</span> <span class="othername mi">J.W.</span> <span class="surname">Percival</span></p>
<!-- COPYRIGHT -->
<p class="copyright">Copyright © 2025 Harry Percival. All rights reserved.</p>
<!--PUBLISHER-->
<p class="publisher">Published by <span class="publishername">O’Reilly Media, Inc.</span>, 141 Stony Circle, Suite 195, Santa Rosa, CA 95401.</p>
<p>O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most
titles (<a href="https://oreilly.com"><em>https://oreilly.com</em></a>). For more information, contact our corporate/institutional sales department: 800-998-9938 or <a class="email" href="mailto:corporate@oreilly.com"><em>corporate@oreilly.com</em></a>.</p>
<!--STAFF LIST-->
<ul class="stafflist">
<li><span class="staffrole">Acquisitions Editor: </span>Brian Guerin</li>
<li><span class="staffrole">Development Editor: </span>Rita Fernando</li>
<li><span class="staffrole">Production Editor: </span>Christopher Faucher</li>
<li><span class="staffrole">Copyeditor: </span>Piper Content Partners</li>
<li><span class="staffrole">Proofreader: </span>Kim Cofer</li>
<li><span class="staffrole">Indexer: </span>Ellen Troutman-Zaig</li>
<li><span class="staffrole">Cover Designer: </span>Susan Brown</li>
<li><span class="staffrole">Cover Illustrator: </span>Karen Montgomery</li>
<li><span class="staffrole">Interior Designer: </span>David Futato</li>
<li><span class="staffrole">Interior Illustrator: </span>Kate Dullea</li>
</ul>
<!-- PRINTINGS -->
<ul class="printings">
<li><span class="printedition">June 2014:</span> First Edition</li>
<li><span class="printedition">August 2017:</span> Second Edition</li>
<li><span class="printedition">October 2025:</span> Third Edition</li>
</ul>
<!-- REVISIONS -->
<div>
<h1 class="revisions">Revision History for the Third Edition</h1>
<ul class="releases">
<li><span class="revdate">2025-10-15:</span> First Release</li>
</ul>
</div>
<!-- ERRATA -->
<p class="errata">See <a href="https://www.oreilly.com/catalog/errata.csp?isbn=0636920873884">https://www.oreilly.com/catalog/errata.csp?isbn=0636920873884</a> for release details.</p>
<!--LEGAL-->
<div class="legal">
<p>The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. <em>Test-Driven Development with Python</em>, the cover image, and related trade dress are trademarks of O’Reilly Media, Inc.</p>
<p>The views expressed in this work are those of the author, and do not represent the publisher's views. While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights. <!--PROD: Uncomment the following sentence if appropriate and add it to the above para:--><!--This book is not intended as [legal/medical/financial; use the appropriate reference] advice. Please consult a qualified professional if you require [legal/medical/financial] advice.--></p>
</div>
<div class="copyright-bottom">
<p class="isbn">978-1-098-14871-3</p>
<p class="printer">[LSI]</p>
</div>
</section>