From 6675a90558acfc079fc6c6e10a35d483d69ac50d Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 18 May 2011 20:34:03 -0400 Subject: [PATCH] add link to Github issues page --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index 79bb5b6..c075d45 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 +

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

© 2001–11 Mark Pilgrim