mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
update navigation, TOC, index
This commit is contained in:
+16
-13
@@ -13,21 +13,24 @@
|
||||
* TODO 2nd draft Refactoring
|
||||
* TODO 1st draft Advanced Classes
|
||||
* TODO 1st draft Files
|
||||
** File objects
|
||||
** Reading from text files
|
||||
*** Opening a file (to read)
|
||||
*** Reading data from a file
|
||||
*** Closing a file
|
||||
*** Checking if a file is closed
|
||||
*** with open(...) as file
|
||||
*** Reading data from a file one line at a time
|
||||
*** Line-endings
|
||||
*** Opening a file (to write)
|
||||
*** Writing to files
|
||||
*** Handling I/O errors
|
||||
*** Character encoding
|
||||
*** Binary mode
|
||||
*** File-like objects
|
||||
****
|
||||
*** File objects
|
||||
*** Closing a file
|
||||
**** Checking if a file is closed
|
||||
**** "with open(...) as file" pattern
|
||||
*** Reading data from a file one line at a time
|
||||
**** Line-endings
|
||||
** Writing to text files
|
||||
*** Opening a file (to write)
|
||||
*** Character encoding again
|
||||
*** write(), writelines(), .writeable
|
||||
** Handling I/O errors
|
||||
** Binary files
|
||||
** File-like objects
|
||||
** Standard Input, Output, and Error
|
||||
** Further reading
|
||||
* TODO 2nd draft XML
|
||||
* TODO 1st draft Serializing Python Objects
|
||||
* DONE 2nd draft HTTP Web Services
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ h1:before{content:''}
|
||||
<li class=todo>Advanced Unit Testing
|
||||
<li><a href=refactoring.html>Refactoring</a>
|
||||
<li><a href=advanced-classes.html>Advanced Classes</a>
|
||||
<li class=todo>Files
|
||||
<li><a href=files.html>Files</a>
|
||||
<li><a href=xml.html>XML</a>
|
||||
<li class=todo>Serializing Python Objects
|
||||
<li><a href=http-web-services.html>HTTP Web Services</a>
|
||||
|
||||
@@ -184,7 +184,7 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
|
||||
<ol>
|
||||
<li><a href=advanced-classes.html#divingin>Diving in</a>
|
||||
</ol>
|
||||
<li>Files
|
||||
<li id=files><a href=files.html>Files</a>
|
||||
<ol>
|
||||
<li>File objects
|
||||
<li>Reading files
|
||||
|
||||
@@ -640,7 +640,7 @@ lxml.etree.XMLSyntaxError: Entity 'hellip' not defined, line 3, column 28</samp>
|
||||
<li><a href=http://codespeak.net/lxml/1.3/xpathxslt.html>XPath and <abbr>XSLT</abbr> with <code>lxml</code></a>
|
||||
</ul>
|
||||
|
||||
<p class=v><a rel=prev class=todo><span class=u>☜</span></a> <a rel=next class=todo><span class=u>☞</span></a>
|
||||
<p class=v><a rel=prev title='back to “Files”'><span class=u>☜</span></a> <a rel=next class=todo><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>
|
||||
|
||||
Reference in New Issue
Block a user