diff --git a/.hgignore b/.hgignore index 9e32b48..0c42ce2 100644 --- a/.hgignore +++ b/.hgignore @@ -1,2 +1,4 @@ syntax: glob *.pyc +build +grid28.gif diff --git a/about.html b/about.html index ba679de..aac9e64 100644 --- a/about.html +++ b/about.html @@ -26,5 +26,3 @@ h1:before{content:""}

Send corrections and feedback to mark@diveintomark.org.

© 2001–9 Mark Pilgrim - - diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index b5e0e97..bea9baa 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -5,7 +5,7 @@ + + + + +

  
+

You are here: Home Dive Into Python 3 +

Difficulty level: ♦♦♦♦♦ +

Where To Go From Here

+
+

FIXME
— FIXME +

+

  +

Further Reading

+

There are a number of topics that I decided not to cover in this book, for which free tutorials exist. + +

Decorators: + +

+ +

Descriptors: + +

+ +

Metaclasses: + +

+ +

Doug Hellman’s Python Module of the Week is a fantastic guide to many of the modules in the Python standard library. + +

Where To Look For Python 3-Compatible Code

+ +

As Python 3 is relatively new, there is a dearth of compatible libraries. Here are some of the places to look for code that works with Python 3. + +

+ +

© 2001–9 Mark Pilgrim + +