mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
added section counters to dip3.css
This commit is contained in:
@@ -8,12 +8,14 @@
|
||||
<body>
|
||||
<h1>Case study: porting chardet to Python 3</h1>
|
||||
|
||||
<ul class="toc">
|
||||
<ol class="toc">
|
||||
<li><a href="#running2to3">Running <code class="filename">2to3</code></a></li>
|
||||
<li><a href="#falseisinvalidsyntax"><code>False</code> is invalid syntax</a></li>
|
||||
<li><a href="#nomodulenamedconstants">No module named <code class="filename">constants</code></a></li>
|
||||
<li><a href="#namefileisnotdefined">Name '<var>file</var>' is not defined</a></li>
|
||||
<li><a href="#cantuseastringpattern">Can't use a string pattern on a bytes-like object</a></li>
|
||||
<li><a href="#cantconvertbytesobject">Can't convert '<code>bytes</code>' object to <code>str</code> implicitly</a></li>
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
<section id="running2to3">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user