From 0c5293ac9f4570bb822953a5fd9c62e0d3d46ab6 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 18 May 2011 20:37:21 -0400 Subject: [PATCH] better issues link --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index c075d45..4235508 100755 --- a/about.html +++ b/about.html @@ -20,7 +20,7 @@ abbr{font-variant:none;text-transform:none;letter-spacing:0}

Dive Into Python 3 comprises original prose and graphics licensed under the CC-BY-SA-3.0 license. Illustrations from the Open Clip Art Library are public domain.

The chardet library is licensed under the LGPL 2.1 or later. The alphametics solver is a port of Raymond Hettinger’s version, released under the MIT license. Several chapters contain code from the Python standard library, released under the PSF License 2.0. All other original code is licensed under the MIT license.

The online edition uses jQuery, released under the MIT and GPL licenses. Color syntax highlighting is provided by prettify.js, other parsing code is adapted from highlighter.js; both are released under the Apache License 2.0. -

Corrections and feedback to mark@diveintomark.org or on Github. +

Corrections and feedback to mark@diveintomark.org or on Github.

© 2001–11 Mark Pilgrim