From eb26d2a266b5c9a36791a245811c3fa2a56b58aa Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 21 Apr 2009 00:41:26 -0400 Subject: [PATCH] level fiddling --- advanced-iterators.html | 2 +- case-study-porting-chardet-to-python-3.html | 2 +- generators.html | 2 +- iterators.html | 2 +- native-datatypes.html | 2 +- porting-code-to-python-3-with-2to3.html | 2 +- refactoring.html | 2 +- regular-expressions.html | 2 +- special-method-names.html | 2 +- strings.html | 2 +- unit-testing.html | 2 +- your-first-python-program.html | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/advanced-iterators.html b/advanced-iterators.html index 1e44b61..0054474 100644 --- a/advanced-iterators.html +++ b/advanced-iterators.html @@ -10,7 +10,7 @@ body{counter-reset:h1 7}
  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♦♢

Advanced Iterators

Great fleas have little fleas upon their backs to bite ’em,
And little fleas have lesser fleas, and so ad infinitum.
— Augustus De Morgan diff --git a/case-study-porting-chardet-to-python-3.html b/case-study-porting-chardet-to-python-3.html index 09c6b42..acf3a63 100644 --- a/case-study-porting-chardet-to-python-3.html +++ b/case-study-porting-chardet-to-python-3.html @@ -14,7 +14,7 @@ del{background:#f87}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♦♦

Case Study: Porting chardet to Python 3

Words, words. They’re all we have to go on.
Rosencrantz and Guildenstern are Dead diff --git a/generators.html b/generators.html index 8cc926b..99147a9 100644 --- a/generators.html +++ b/generators.html @@ -10,7 +10,7 @@ body{counter-reset:h1 5}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♢♢

Generators

My spelling is Wobbly. It's good spelling but it Wobbles, and the letters get in the wrong places.
— Winnie-the-Pooh diff --git a/iterators.html b/iterators.html index 9cfb338..bfa9a6a 100644 --- a/iterators.html +++ b/iterators.html @@ -10,7 +10,7 @@ body{counter-reset:h1 6}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♢♢

Iterators

East is East, and West is West, and never the twain shall meet.
Rudyard Kipling diff --git a/native-datatypes.html b/native-datatypes.html index 9f1df47..a19541e 100644 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -10,7 +10,7 @@ body{counter-reset:h1 2}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♢♢♢

Native Datatypes

Wonder is the foundation of all philosophy, inquiry its progress, ignorance its end.
— Michel de Montaigne diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index 2c0069e..d979d71 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -20,7 +20,7 @@ td pre{padding:0;border:0}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♦♦

Porting Code to Python 3 with 2to3

Life is pleasant. Death is peaceful. It’s the transition that’s troublesome.
— Isaac Asimov (attributed) diff --git a/refactoring.html b/refactoring.html index 1087857..031e383 100644 --- a/refactoring.html +++ b/refactoring.html @@ -10,7 +10,7 @@ body{counter-reset:h1 10}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♦♢

Refactoring

After one has played a vast quantity of notes and more notes, it is simplicity that emerges as the crowning reward of art.
Frédéric Chopin diff --git a/regular-expressions.html b/regular-expressions.html index 6c987fb..330b32b 100644 --- a/regular-expressions.html +++ b/regular-expressions.html @@ -10,7 +10,7 @@ body{counter-reset:h1 4}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♢♢

Regular Expressions

Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems.
Jamie Zawinski diff --git a/special-method-names.html b/special-method-names.html index 6fafe82..55dba50 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -11,7 +11,7 @@ body{counter-reset:h1 11}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♦♢

Special Method Names

FIXME
— FIXME diff --git a/strings.html b/strings.html index 6c158da..46c14bc 100644 --- a/strings.html +++ b/strings.html @@ -11,7 +11,7 @@ body{counter-reset:h1 3}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♢♢

Strings

I’m telling you this ’cause you’re one of my friends.
diff --git a/unit-testing.html b/unit-testing.html index 3c5ea35..c18642e 100644 --- a/unit-testing.html +++ b/unit-testing.html @@ -10,7 +10,7 @@ body{counter-reset:h1 8}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♦♦♢♢

Unit Testing

Certitude is not the test of certainty. We have been cocksure of many things that were not so.
Oliver Wendell Holmes, Jr. diff --git a/your-first-python-program.html b/your-first-python-program.html index eaf7dba..063ecae 100644 --- a/your-first-python-program.html +++ b/your-first-python-program.html @@ -13,7 +13,7 @@ th{text-align:left}

  

You are here: Home Dive Into Python 3 -

Difficulty level: +

Difficulty level: ♦♢♢♢♢

Your First Python Program

Don’t bury your burden in saintly silence. You have a problem? Great. Rejoice, dive in, and investigate.
Ven. Henepola Gunaratana