From c5e8e2597c6e8b940590bbd48d2947ebdd3c90e8 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Sun, 8 Feb 2009 00:09:42 -0500 Subject: [PATCH] migrate js to jquery --HG-- rename : dip3.packed.js => dip3.min.js --- case-study-porting-chardet-to-python-3.html | 3 +- dip3.css | 14 +- dip3.js | 220 +++++++------------- dip3.min.js | 1 + dip3.packed.js | 1 - native-datatypes.html | 30 ++- porting-code-to-python-3-with-2to3.html | 9 +- your-first-python-program.html | 44 ++-- 8 files changed, 133 insertions(+), 189 deletions(-) create mode 100644 dip3.min.js delete mode 100644 dip3.packed.js diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index fd6e061..79514d7 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -4,7 +4,8 @@ Case study: porting chardet to Python 3 - Dive into Python 3 - + +