diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index 60c0166..cd062eb 100755 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -818,7 +818,7 @@ tests\EUC-JP\arclamp.jp.xml EUC-JP with confide
  • Test cases are essential. Don’t port anything without them. The only reason I have any confidence that chardet works in Python 3 is that I started with a test suite that exercised all major code paths. If you don’t have any tests, write some tests before you start porting to Python 3. If you have a few tests, write more. If you have a lot of tests, then the real fun can begin. -

    +

    © 2001–9 Mark Pilgrim diff --git a/http-web-services.html b/http-web-services.html index cc952b0..88cb1f1 100755 --- a/http-web-services.html +++ b/http-web-services.html @@ -978,7 +978,7 @@ user-agent: Python-httplib2/$Rev: 259 $

  • RFC 1952: gzip compression -

    +

    © 2001–9 Mark Pilgrim diff --git a/index.html b/index.html index 77f4bf5..ff3b694 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ + + + + +

      
    +

    You are here: Home Dive Into Python 3 +

    Difficulty level: ♦♦♦♦♦ +

    Threading & Multiprocessing

    +
    +

    FIXME
    — FIXME +

    +

      +

    Diving In

    +

    FIXME + +

    ⁂ + +

    Further Reading

    + + + +

    +

    © 2001–9 Mark Pilgrim + + + diff --git a/packaging.html b/packaging.html new file mode 100644 index 0000000..7f17a55 --- /dev/null +++ b/packaging.html @@ -0,0 +1,37 @@ + + + +Packaging Python Libraries - Dive into Python 3 + + + + + + + +

      
    +

    You are here: Home Dive Into Python 3 +

    Difficulty level: ♦♦♦♦♢ +

    Packaging Python Libraries

    +
    +

    FIXME
    — FIXME +

    +

      +

    Diving In

    +

    FIXME + +

    ⁂ + +

    Further Reading

    + + + +

    +

    © 2001–9 Mark Pilgrim + + + diff --git a/table-of-contents.html b/table-of-contents.html index adfed04..ad1ab44 100755 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -275,20 +275,14 @@ ul li ol{margin:0;padding:0 0 0 2.5em}

  • Beyond HTTP POST
  • Further Reading -
  • Threading & Multiprocessing -
  • Packaging Python libraries +
  • Threading & Multiprocessing +
      +
    1. ... +
    +
  • Packaging Python libraries
      -
    1. A brief history of packaging (and why it's harder than you think) -
    2. setuptools -
    3. distutils -
    4. Eggs -
    5. pip -
    6. Platform-specific packaging -
        -
      1. Packaging by Linux distributions -
      2. Py2exe -
      +
    7. ...
  • Case study: porting chardet to Python 3
      diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index 5dace0b..cda9c42 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -1,7 +1,7 @@ -Where to go from here - Dive into Python 3 +Where to Go From Here - Dive into Python 3