From d7f1717f305ba66f162c6cc35262518d4252b802 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 3 Aug 2009 11:36:15 -0700 Subject: [PATCH] 3.0 --> 3.1 --- strings.html | 8 ++++---- where-to-go-from-here.html | 2 +- xml.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/strings.html b/strings.html index 5a7c7b3..9ea13a6 100755 --- a/strings.html +++ b/strings.html @@ -216,7 +216,7 @@ def approximate_size(size, a_kilobyte_is_1024_bytes=True): >>> '{0:.1f} {1}'.format(698.24, 'GB') '698.2 GB' -

For all the gory details on format specifiers, consult the Format Specification Mini-Language in the official Python documentation. +

For all the gory details on format specifiers, consult the Format Specification Mini-Language in the official Python documentation.

⁂ @@ -451,9 +451,9 @@ TypeError: Can't convert 'bytes' object to str implicitly

On strings and string formatting:

diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index 1426936..7e8f930 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -36,7 +36,7 @@ body{counter-reset:h1 18}
  • How-To Guide For Descriptors
  • Charming Python: Python elegance and warts, Part 2
  • Python Descriptors -
  • Invoking Descriptors in the official Python documentation +
  • Invoking Descriptors in the official Python documentation

    Metaclasses: diff --git a/xml.html b/xml.html index ed0b46b..fbb5723 100755 --- a/xml.html +++ b/xml.html @@ -659,7 +659,7 @@ lxml.etree.XMLSyntaxError: Entity 'hellip' not defined, line 3, column 28