diff --git a/dip3.css b/dip3.css index 338ea2c..15c2c6f 100644 --- a/dip3.css +++ b/dip3.css @@ -11,7 +11,7 @@ h1,h2,h3{font-size:medium} h1{background:papayawhip;color:#000;width:100%;margin:0} #index h2{margin-left:1.75em} #index h3{margin-left:3.5em} -pre,tt{white-space:pre-wrap;font-size:medium;line-height:2.154} +pre{white-space:pre-wrap;font-size:medium;line-height:2.154} cite{font-style:normal} img{border:0} .framed{border:1px solid} diff --git a/index.html b/index.html index 9203663..509e777 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,8 @@
-Dive into Python 3 will cover Python 3 and its differences from Python 2. Compared to the original Dive into Python, it will be about 50% revised and 50% new material.
-I will publish drafts online as I go. The final book will be published on paper by Apress. The book will remain online under the CC-BY-3.0 license.
-Below is the draft table of contents. There is no text yet.
-Yes, that is PapayaWhip. All hail PapayaWhip.
Dive into Python 3 will cover Python 3 and its differences from Python 2. Compared to the original Dive into Python, it will be about 50% revised and 50% new material. I will publish drafts online as I go. The final book will be published on paper by Apress. The book will remain online under the CC-BY-3.0 license.
+Below is the draft table of contents. Only a few chapters have been written so far. Yes, that is PapayaWhip. All hail PapayaWhip.
2to3print statementhas_key() dictionary methodkeys() dictionary methoditems() dictionary methodapply() global functionintern() global functionexec statementrepr literals (backticks)try...except statementraise statementthrow statementlong data typexrange() global functionraw_input() global functioninput() global methodfunc_* function attributesxreadlines() I/O methodlambda functions with multiple parameters__class__ special class attributenext() iterator method__nonzero__ special class attributesys.maxintunicode() global functioncallable() global functionfilter() global functionmap() global functionzip() global functionStandardError() exceptiontypes module constantsbasestring datatypeitertools modulesys.exc_type, sys.exc_value, sys.exc_tracebackos.getcwdu() functionset() literalsbuffer() global functionchardet to Python 3Tentative because most of these have not been ported to Python 3 yet.
@@ -688,6 +818,33 @@