renamed "Where to go from here" to Appendix C

This commit is contained in:
Mark Pilgrim
2009-08-17 15:15:41 -04:00
parent e650c09674
commit 16ffc48c95
6 changed files with 15 additions and 12 deletions
+3 -2
View File
@@ -6,9 +6,10 @@
<link rel=stylesheet href=dip3.css>
<style>
h1:before,h2:before{content:''}
#a,#b{list-style:none;margin:0 0 0 -1.7em}
#a,#b,#c{list-style:none;margin:0 0 0 -1.7em}
#a:before{content:'A. \00a0 \00a0'}
#b:before{content:'B. \00a0 \00a0'}
#c:before{content:'C. \00a0 \00a0'}
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<link rel=stylesheet media=print href=print.css>
@@ -44,9 +45,9 @@ h1:before,h2:before{content:''}
<li><a href=multiprocessing.html>Threading <i class=baa>&amp;</i> Multiprocessing</a> (in progress)
<li><a href=case-study-porting-chardet-to-python-3.html>Case Study: Porting <code>chardet</code> to Python 3</a>
<li><a href=packaging.html>Packaging Python Libraries</a> (in progress)
<li><a href=where-to-go-from-here.html>Where to Go From Here</a>
<li id=a><a href=porting-code-to-python-3-with-2to3.html>Porting Code to Python 3 with <code>2to3</code></a>
<li id=b><a href=special-method-names.html>Special Method Names</a>
<li id=c><a href=where-to-go-from-here.html>Where to Go From Here</a>
</ol>
<p>There is a <a href=http://hg.diveintopython3.org/>changelog</a>, a <a type=application/atom+xml href=http://hg.diveintopython3.org/atom-log>feed</a>, and <a href='http://www.reddit.com/search?q=%22Dive+Into+Python+3%22&amp;sort=new'>discussion on Reddit</a>. During development, you can download the book by cloning the Mercurial repository: