From 16ffc48c95ca7d845f1dee2af2e32695abaf14e8 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 17 Aug 2009 15:15:41 -0400 Subject: [PATCH] renamed "Where to go from here" to Appendix C --- index.html | 5 +++-- packaging.html | 2 +- porting-code-to-python-3-with-2to3.html | 2 +- special-method-names.html | 2 +- table-of-contents.html | 10 +++++----- where-to-go-from-here.html | 6 ++++-- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 7d73d29..d269a3e 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,10 @@ @@ -44,9 +45,9 @@ h1:before,h2:before{content:''}
  • Threading & Multiprocessing (in progress)
  • Case Study: Porting chardet to Python 3
  • Packaging Python Libraries (in progress) -
  • Where to Go From Here
  • Porting Code to Python 3 with 2to3
  • Special Method Names +
  • Where to Go From Here

    There is a changelog, a feed, and discussion on Reddit. During development, you can download the book by cloning the Mercurial repository: diff --git a/packaging.html b/packaging.html index 9f162c0..b649024 100644 --- a/packaging.html +++ b/packaging.html @@ -549,7 +549,7 @@ http://pypi.python.org/pypi?:action=register_form

  • Nobody expects Python packaging! -

    +

    © 2001–9 Mark Pilgrim diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index fc78df2..728234e 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -1345,7 +1345,7 @@ do_stuff(a_list) do_stuff(a_list) -

    +

    © 2001–9 Mark Pilgrim diff --git a/special-method-names.html b/special-method-names.html index bbfd0bf..e80498f 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -841,7 +841,7 @@ def __exit__(self, *args):

  • PEP 3119: Introducing Abstract Base Classes -

    +

    © 2001–9 Mark Pilgrim diff --git a/table-of-contents.html b/table-of-contents.html index 7f5afad..9338c60 100755 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -311,11 +311,6 @@ ul li ol{margin:0;padding:0 0 0 2.5em}

    1. ...
    -
  • Where to go from here -
      -
    1. Things to read -
    2. Where to look for Python 3-compatible code -

    © 2001–9 Mark Pilgrim diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index cec88b5..4058126 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -5,7 +5,9 @@ @@ -70,7 +72,7 @@ body{counter-reset:h1 18}

  • BitBucket: list of projects matching “python3” (and those matching “python 3”) -

    +

    © 2001–9 Mark Pilgrim