mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
renamed "Where to go from here" to Appendix C
This commit is contained in:
+3
-2
@@ -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>&</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&sort=new'>discussion on Reddit</a>. During development, you can download the book by cloning the Mercurial repository:
|
||||
|
||||
+1
-1
@@ -549,7 +549,7 @@ http://pypi.python.org/pypi?:action=register_form
|
||||
<li><a href=http://jacobian.org/writing/nobody-expects-python-packaging/>Nobody expects Python packaging!</a>
|
||||
</ul>
|
||||
|
||||
<p class=v><a rel=prev href=case-study-porting-chardet-to-python-3.html title='back to “Case Study: Porting chardet to Python 3”'><span class=u>☜</span></a> <a rel=next href=where-to-go-from-here.html title='onward to “Where to Go From Here”'><span class=u>☞</span></a>
|
||||
<p class=v><a rel=prev href=case-study-porting-chardet-to-python-3.html title='back to “Case Study: Porting chardet to Python 3”'><span class=u>☜</span></a> <a rel=next href=porting-code-to-python-3-with-2to3.html title='onward to “Porting Code to Python 3 with 2to3”'><span class=u>☞</span></a>
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=j/jquery.js></script>
|
||||
<script src=j/prettify.js></script>
|
||||
|
||||
@@ -1345,7 +1345,7 @@ do_stuff(a_list)</code></pre>
|
||||
do_stuff(a_list)</code></pre>
|
||||
</table>
|
||||
|
||||
<p class=v><a href=where-to-go-from-here.html rel=prev title='back to “Where To Go From Here”'><span class=u>☜</span></a> <a href=special-method-names.html rel=next title='onward to “Special Method Names”'><span class=u>☞</span></a>
|
||||
<p class=v><a href=packaging.html rel=prev title='back to “Packaging Python Libraries”'><span class=u>☜</span></a> <a href=special-method-names.html rel=next title='onward to “Special Method Names”'><span class=u>☞</span></a>
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=j/jquery.js></script>
|
||||
<script src=j/prettify.js></script>
|
||||
|
||||
@@ -841,7 +841,7 @@ def __exit__(self, *args):
|
||||
<li><a href=http://www.python.org/dev/peps/pep-3119/><abbr>PEP</abbr> 3119: Introducing Abstract Base Classes</a>
|
||||
</ul>
|
||||
|
||||
<p class=v><a href=porting-code-to-python-3-with-2to3.html rel=prev title='back to “Porting code to Python 3 with 2to3”'><span class=u>☜</span></a> <a rel=next class=todo><span class=u>☞</span></a>
|
||||
<p class=v><a href=porting-code-to-python-3-with-2to3.html rel=prev title='back to “Porting code to Python 3 with 2to3”'><span class=u>☜</span></a> <a rel=next href=where-to-go-from-here.html title='onward to “Where To Go From Here”'><span class=u>☞</span></a>
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=j/jquery.js></script>
|
||||
<script src=j/prettify.js></script>
|
||||
|
||||
@@ -311,11 +311,6 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
|
||||
<ol>
|
||||
<li>...
|
||||
</ol>
|
||||
<li id=where-to-go-from-here><a href=where-to-go-from-here.html>Where to go from here</a>
|
||||
<ol>
|
||||
<li><a href=where-to-go-from-here.html#things-to-read>Things to read</a>
|
||||
<li><a href=where-to-go-from-here.html#code>Where to look for Python 3-compatible code</a>
|
||||
</ol>
|
||||
</ol>
|
||||
<ul>
|
||||
<li id=porting-code-to-python-3-with-2to3><a href=porting-code-to-python-3-with-2to3.html>Appendix A. Porting code to Python 3 with <code>2to3</code></a>
|
||||
@@ -393,6 +388,11 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
|
||||
<li><a href=special-method-names.html#esoterica>Really Esoteric Stuff</a>
|
||||
<li><a href=special-method-names.html#furtherreading>Further Reading</a>
|
||||
</ol>
|
||||
<li id=where-to-go-from-here><a href=where-to-go-from-here.html>Appendix C. Where to go from here</a>
|
||||
<ol>
|
||||
<li><a href=where-to-go-from-here.html#things-to-read>Things to read</a>
|
||||
<li><a href=where-to-go-from-here.html#code>Where to look for Python 3-compatible code</a>
|
||||
</ol>
|
||||
</ul>
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<!--[if IE]><script src=j/html5.js></script><![endif]-->
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
<!--[if IE]><script src=j/html5.js></script><![endif]-->
|
||||
<link rel=stylesheet href=dip3.css>
|
||||
<style>
|
||||
body{counter-reset:h1 18}
|
||||
h1:before{counter-increment:h1;content:'Appendix C. '}
|
||||
h2:before{counter-increment:h2;content:'C.' counter(h2) '. '}
|
||||
h3:before{counter-increment:h3;content:'C.' counter(h2) '.' counter(h3) '. '}
|
||||
</style>
|
||||
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
|
||||
<link rel=stylesheet media=print href=print.css>
|
||||
@@ -70,7 +72,7 @@ body{counter-reset:h1 18}
|
||||
<li><a href='http://bitbucket.org/repo/all/?name=python3'>BitBucket: list of projects matching “python3”</a> (and <a href='http://bitbucket.org/repo/all/?name=python+3'>those matching “python 3”</a>)
|
||||
</ul>
|
||||
|
||||
<p class=v><a rel=prev href=packaging.html title='back to “Packaging Python Libraries”'><span class=u>☜</span></a> <a href=porting-code-to-python-3-with-2to3.html rel=next title='onward to “Porting Code to Python 3 with 2to3”'><span class=u>☞</span></a>
|
||||
<p class=v><a rel=prev href=special-method-names.html title='back to “Special Method Names”'><span class=u>☜</span></a> <a href=about.html rel=next><span class=u>☞</span></a>
|
||||
|
||||
<p class=c>© 2001–9 <a href=about.html>Mark Pilgrim</a>
|
||||
<script src=j/jquery.js></script>
|
||||
|
||||
Reference in New Issue
Block a user