fix navigation, update TOC, fix a few xrefs, stub out serializing chapter

This commit is contained in:
Mark Pilgrim
2009-07-27 04:19:31 -04:00
parent e2f55638c8
commit e8ecaab976
9 changed files with 49 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* Your First Python Program
** TODO mention why from module import * is only allowed at module level
* Native Datatypes
* TODO Comprehensions
* DONE Comprehensions
** List comprehensions
** Set comprehensions
** Dictionary comprehensions
@@ -45,7 +45,7 @@
* TODO 2nd draft Porting Code to Python 3 with 2to3
* TODO 2nd draft Special Method Names
* Bits to add somewhere
** TODO section on tuples
** DONE section on tuples
** TODO section on dictionary views
several dictionary methods return them
they're dynamic