This commit is contained in:
Mark Pilgrim
2009-05-31 15:51:05 -07:00
parent fa7a58a75e
commit de4560cfb5
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -304,9 +304,13 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
<li><a href=case-study-porting-chardet-to-python-3.html#cantconvertbytesobject>Can&#8217;t convert '<code>bytes</code>' object to <code>str</code> implicitly</a>
</ol>
</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=where-to-go-from-here><a href=where-to-go-from-here.html>Where to go from here</a>
<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>
<ol>
<li><a href=porting-code-to-python-3-with-2to3.html#divingin>Diving in</a>
+2 -2
View File
@@ -19,7 +19,7 @@ body{counter-reset:h1 20}
<p><span>&#x275D;</span> FIXME <span>&#x275E;</span><br>&mdash; FIXME
</blockquote>
<p id=toc>&nbsp;
<h2 id=furtherreading>Further Reading</h2>
<h2 id=things-to-read>Things to Read</h2>
<p class=f>There are a number of topics that I decided not to cover in this book, for which free tutorials exist.
<p>Decorators:
@@ -48,7 +48,7 @@ body{counter-reset:h1 20}
<li><a href=http://www.ibm.com/developerworks/linux/library/l-pymeta3.html>Metaclass programming in Python, Part 3</a>
</ul>
<p>Doug Hellman&#8217;s <a href=http://www.doughellmann.com/PyMOTW/contents.html>Python Module of the Week</a> is a fantastic guide to many of the modules in the Python standard library.
<p>In addition, Doug Hellman&#8217;s <a href=http://www.doughellmann.com/PyMOTW/contents.html>Python Module of the Week</a> is a fantastic guide to many of the modules in the Python standard library.
<h2 id=code>Where To Look For Python 3-Compatible Code</h2>