summaryrefslogtreecommitdiff
path: root/lang/py26-html-docs
diff options
context:
space:
mode:
authorobache <obache>2014-07-17 11:30:58 +0000
committerobache <obache>2014-07-17 11:30:58 +0000
commitb9c1adca38a0dd3e9de3a44175610bddd67b4032 (patch)
treee6d34f3d36a77e1c2cd329abb5c66c77aaf09709 /lang/py26-html-docs
parentda87f75ffa13a53f21fe88ad92dd922f0d35347f (diff)
downloadpkgsrc-b9c1adca38a0dd3e9de3a44175610bddd67b4032.tar.gz
Some packaging improvements.
* prevent to use deprecated doc/html hier. * install whole contents, especially css and js are useful parts. * use static PLIST. Bump PKGREVISION.
Diffstat (limited to 'lang/py26-html-docs')
-rw-r--r--lang/py26-html-docs/Makefile9
-rw-r--r--lang/py26-html-docs/PLIST985
2 files changed, 989 insertions, 5 deletions
diff --git a/lang/py26-html-docs/Makefile b/lang/py26-html-docs/Makefile
index 0f11b129024..2f1c850ad96 100644
--- a/lang/py26-html-docs/Makefile
+++ b/lang/py26-html-docs/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2014/07/17 09:56:23 obache Exp $
+# $NetBSD: Makefile,v 1.6 2014/07/17 11:30:58 obache Exp $
#
VERS= 2.6.9
DISTNAME= python-${VERS}-docs-html
PKGNAME= py26-html-docs-${VERS}
+PKGREVISION= 1
CATEGORIES= lang python
MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/
EXTRACT_SUFX= .tar.bz2
@@ -19,13 +20,11 @@ USE_TOOLS+= pax
NO_CONFIGURE= yes
NO_BUILD= yes
-HTMLDIR= share/doc/html/python2.6
+HTMLDIR= share/doc/python2.6
INSTALLATION_DIRS= ${HTMLDIR}
-GENERATE_PLIST= cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print;
-
do-install:
- cd ${WRKSRC} && pax -rw -pp [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR}
+ cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/py26-html-docs/PLIST b/lang/py26-html-docs/PLIST
new file mode 100644
index 00000000000..8d238ef62de
--- /dev/null
+++ b/lang/py26-html-docs/PLIST
@@ -0,0 +1,985 @@
+@comment $NetBSD: PLIST,v 1.1 2014/07/17 11:30:58 obache Exp $
+share/doc/python2.6/.buildinfo
+share/doc/python2.6/_images/python-video-icon.png
+share/doc/python2.6/_sources/about.txt
+share/doc/python2.6/_sources/bugs.txt
+share/doc/python2.6/_sources/c-api/abstract.txt
+share/doc/python2.6/_sources/c-api/allocation.txt
+share/doc/python2.6/_sources/c-api/arg.txt
+share/doc/python2.6/_sources/c-api/bool.txt
+share/doc/python2.6/_sources/c-api/buffer.txt
+share/doc/python2.6/_sources/c-api/bytearray.txt
+share/doc/python2.6/_sources/c-api/cell.txt
+share/doc/python2.6/_sources/c-api/class.txt
+share/doc/python2.6/_sources/c-api/cobject.txt
+share/doc/python2.6/_sources/c-api/complex.txt
+share/doc/python2.6/_sources/c-api/concrete.txt
+share/doc/python2.6/_sources/c-api/conversion.txt
+share/doc/python2.6/_sources/c-api/datetime.txt
+share/doc/python2.6/_sources/c-api/descriptor.txt
+share/doc/python2.6/_sources/c-api/dict.txt
+share/doc/python2.6/_sources/c-api/exceptions.txt
+share/doc/python2.6/_sources/c-api/file.txt
+share/doc/python2.6/_sources/c-api/float.txt
+share/doc/python2.6/_sources/c-api/function.txt
+share/doc/python2.6/_sources/c-api/gcsupport.txt
+share/doc/python2.6/_sources/c-api/gen.txt
+share/doc/python2.6/_sources/c-api/import.txt
+share/doc/python2.6/_sources/c-api/index.txt
+share/doc/python2.6/_sources/c-api/init.txt
+share/doc/python2.6/_sources/c-api/int.txt
+share/doc/python2.6/_sources/c-api/intro.txt
+share/doc/python2.6/_sources/c-api/iter.txt
+share/doc/python2.6/_sources/c-api/iterator.txt
+share/doc/python2.6/_sources/c-api/list.txt
+share/doc/python2.6/_sources/c-api/long.txt
+share/doc/python2.6/_sources/c-api/mapping.txt
+share/doc/python2.6/_sources/c-api/marshal.txt
+share/doc/python2.6/_sources/c-api/memory.txt
+share/doc/python2.6/_sources/c-api/method.txt
+share/doc/python2.6/_sources/c-api/module.txt
+share/doc/python2.6/_sources/c-api/none.txt
+share/doc/python2.6/_sources/c-api/number.txt
+share/doc/python2.6/_sources/c-api/objbuffer.txt
+share/doc/python2.6/_sources/c-api/object.txt
+share/doc/python2.6/_sources/c-api/objimpl.txt
+share/doc/python2.6/_sources/c-api/refcounting.txt
+share/doc/python2.6/_sources/c-api/reflection.txt
+share/doc/python2.6/_sources/c-api/sequence.txt
+share/doc/python2.6/_sources/c-api/set.txt
+share/doc/python2.6/_sources/c-api/slice.txt
+share/doc/python2.6/_sources/c-api/string.txt
+share/doc/python2.6/_sources/c-api/structures.txt
+share/doc/python2.6/_sources/c-api/sys.txt
+share/doc/python2.6/_sources/c-api/tuple.txt
+share/doc/python2.6/_sources/c-api/type.txt
+share/doc/python2.6/_sources/c-api/typeobj.txt
+share/doc/python2.6/_sources/c-api/unicode.txt
+share/doc/python2.6/_sources/c-api/utilities.txt
+share/doc/python2.6/_sources/c-api/veryhigh.txt
+share/doc/python2.6/_sources/c-api/weakref.txt
+share/doc/python2.6/_sources/contents.txt
+share/doc/python2.6/_sources/copyright.txt
+share/doc/python2.6/_sources/distutils/apiref.txt
+share/doc/python2.6/_sources/distutils/builtdist.txt
+share/doc/python2.6/_sources/distutils/commandref.txt
+share/doc/python2.6/_sources/distutils/configfile.txt
+share/doc/python2.6/_sources/distutils/examples.txt
+share/doc/python2.6/_sources/distutils/extending.txt
+share/doc/python2.6/_sources/distutils/index.txt
+share/doc/python2.6/_sources/distutils/introduction.txt
+share/doc/python2.6/_sources/distutils/packageindex.txt
+share/doc/python2.6/_sources/distutils/setupscript.txt
+share/doc/python2.6/_sources/distutils/sourcedist.txt
+share/doc/python2.6/_sources/distutils/uploading.txt
+share/doc/python2.6/_sources/documenting/building.txt
+share/doc/python2.6/_sources/documenting/fromlatex.txt
+share/doc/python2.6/_sources/documenting/index.txt
+share/doc/python2.6/_sources/documenting/intro.txt
+share/doc/python2.6/_sources/documenting/markup.txt
+share/doc/python2.6/_sources/documenting/rest.txt
+share/doc/python2.6/_sources/documenting/style.txt
+share/doc/python2.6/_sources/extending/building.txt
+share/doc/python2.6/_sources/extending/embedding.txt
+share/doc/python2.6/_sources/extending/extending.txt
+share/doc/python2.6/_sources/extending/index.txt
+share/doc/python2.6/_sources/extending/newtypes.txt
+share/doc/python2.6/_sources/extending/windows.txt
+share/doc/python2.6/_sources/faq/design.txt
+share/doc/python2.6/_sources/faq/extending.txt
+share/doc/python2.6/_sources/faq/general.txt
+share/doc/python2.6/_sources/faq/gui.txt
+share/doc/python2.6/_sources/faq/index.txt
+share/doc/python2.6/_sources/faq/installed.txt
+share/doc/python2.6/_sources/faq/library.txt
+share/doc/python2.6/_sources/faq/programming.txt
+share/doc/python2.6/_sources/faq/windows.txt
+share/doc/python2.6/_sources/glossary.txt
+share/doc/python2.6/_sources/howto/advocacy.txt
+share/doc/python2.6/_sources/howto/cporting.txt
+share/doc/python2.6/_sources/howto/curses.txt
+share/doc/python2.6/_sources/howto/descriptor.txt
+share/doc/python2.6/_sources/howto/doanddont.txt
+share/doc/python2.6/_sources/howto/functional.txt
+share/doc/python2.6/_sources/howto/index.txt
+share/doc/python2.6/_sources/howto/regex.txt
+share/doc/python2.6/_sources/howto/sockets.txt
+share/doc/python2.6/_sources/howto/sorting.txt
+share/doc/python2.6/_sources/howto/unicode.txt
+share/doc/python2.6/_sources/howto/urllib2.txt
+share/doc/python2.6/_sources/howto/webservers.txt
+share/doc/python2.6/_sources/install/index.txt
+share/doc/python2.6/_sources/library/2to3.txt
+share/doc/python2.6/_sources/library/__builtin__.txt
+share/doc/python2.6/_sources/library/__future__.txt
+share/doc/python2.6/_sources/library/__main__.txt
+share/doc/python2.6/_sources/library/_winreg.txt
+share/doc/python2.6/_sources/library/abc.txt
+share/doc/python2.6/_sources/library/aepack.txt
+share/doc/python2.6/_sources/library/aetools.txt
+share/doc/python2.6/_sources/library/aetypes.txt
+share/doc/python2.6/_sources/library/aifc.txt
+share/doc/python2.6/_sources/library/al.txt
+share/doc/python2.6/_sources/library/allos.txt
+share/doc/python2.6/_sources/library/anydbm.txt
+share/doc/python2.6/_sources/library/archiving.txt
+share/doc/python2.6/_sources/library/array.txt
+share/doc/python2.6/_sources/library/ast.txt
+share/doc/python2.6/_sources/library/asynchat.txt
+share/doc/python2.6/_sources/library/asyncore.txt
+share/doc/python2.6/_sources/library/atexit.txt
+share/doc/python2.6/_sources/library/audioop.txt
+share/doc/python2.6/_sources/library/autogil.txt
+share/doc/python2.6/_sources/library/base64.txt
+share/doc/python2.6/_sources/library/basehttpserver.txt
+share/doc/python2.6/_sources/library/bastion.txt
+share/doc/python2.6/_sources/library/bdb.txt
+share/doc/python2.6/_sources/library/binascii.txt
+share/doc/python2.6/_sources/library/binhex.txt
+share/doc/python2.6/_sources/library/bisect.txt
+share/doc/python2.6/_sources/library/bsddb.txt
+share/doc/python2.6/_sources/library/bz2.txt
+share/doc/python2.6/_sources/library/calendar.txt
+share/doc/python2.6/_sources/library/carbon.txt
+share/doc/python2.6/_sources/library/cd.txt
+share/doc/python2.6/_sources/library/cgi.txt
+share/doc/python2.6/_sources/library/cgihttpserver.txt
+share/doc/python2.6/_sources/library/cgitb.txt
+share/doc/python2.6/_sources/library/chunk.txt
+share/doc/python2.6/_sources/library/cmath.txt
+share/doc/python2.6/_sources/library/cmd.txt
+share/doc/python2.6/_sources/library/code.txt
+share/doc/python2.6/_sources/library/codecs.txt
+share/doc/python2.6/_sources/library/codeop.txt
+share/doc/python2.6/_sources/library/collections.txt
+share/doc/python2.6/_sources/library/colorpicker.txt
+share/doc/python2.6/_sources/library/colorsys.txt
+share/doc/python2.6/_sources/library/commands.txt
+share/doc/python2.6/_sources/library/compileall.txt
+share/doc/python2.6/_sources/library/compiler.txt
+share/doc/python2.6/_sources/library/configparser.txt
+share/doc/python2.6/_sources/library/constants.txt
+share/doc/python2.6/_sources/library/contextlib.txt
+share/doc/python2.6/_sources/library/cookie.txt
+share/doc/python2.6/_sources/library/cookielib.txt
+share/doc/python2.6/_sources/library/copy.txt
+share/doc/python2.6/_sources/library/copy_reg.txt
+share/doc/python2.6/_sources/library/crypt.txt
+share/doc/python2.6/_sources/library/crypto.txt
+share/doc/python2.6/_sources/library/csv.txt
+share/doc/python2.6/_sources/library/ctypes.txt
+share/doc/python2.6/_sources/library/curses.ascii.txt
+share/doc/python2.6/_sources/library/curses.panel.txt
+share/doc/python2.6/_sources/library/curses.txt
+share/doc/python2.6/_sources/library/custominterp.txt
+share/doc/python2.6/_sources/library/datatypes.txt
+share/doc/python2.6/_sources/library/datetime.txt
+share/doc/python2.6/_sources/library/dbhash.txt
+share/doc/python2.6/_sources/library/dbm.txt
+share/doc/python2.6/_sources/library/debug.txt
+share/doc/python2.6/_sources/library/decimal.txt
+share/doc/python2.6/_sources/library/development.txt
+share/doc/python2.6/_sources/library/difflib.txt
+share/doc/python2.6/_sources/library/dircache.txt
+share/doc/python2.6/_sources/library/dis.txt
+share/doc/python2.6/_sources/library/distutils.txt
+share/doc/python2.6/_sources/library/dl.txt
+share/doc/python2.6/_sources/library/doctest.txt
+share/doc/python2.6/_sources/library/docxmlrpcserver.txt
+share/doc/python2.6/_sources/library/dumbdbm.txt
+share/doc/python2.6/_sources/library/dummy_thread.txt
+share/doc/python2.6/_sources/library/dummy_threading.txt
+share/doc/python2.6/_sources/library/easydialogs.txt
+share/doc/python2.6/_sources/library/email-examples.txt
+share/doc/python2.6/_sources/library/email.charset.txt
+share/doc/python2.6/_sources/library/email.encoders.txt
+share/doc/python2.6/_sources/library/email.errors.txt
+share/doc/python2.6/_sources/library/email.generator.txt
+share/doc/python2.6/_sources/library/email.header.txt
+share/doc/python2.6/_sources/library/email.iterators.txt
+share/doc/python2.6/_sources/library/email.message.txt
+share/doc/python2.6/_sources/library/email.mime.txt
+share/doc/python2.6/_sources/library/email.parser.txt
+share/doc/python2.6/_sources/library/email.txt
+share/doc/python2.6/_sources/library/email.util.txt
+share/doc/python2.6/_sources/library/errno.txt
+share/doc/python2.6/_sources/library/exceptions.txt
+share/doc/python2.6/_sources/library/fcntl.txt
+share/doc/python2.6/_sources/library/filecmp.txt
+share/doc/python2.6/_sources/library/fileformats.txt
+share/doc/python2.6/_sources/library/fileinput.txt
+share/doc/python2.6/_sources/library/filesys.txt
+share/doc/python2.6/_sources/library/fl.txt
+share/doc/python2.6/_sources/library/fm.txt
+share/doc/python2.6/_sources/library/fnmatch.txt
+share/doc/python2.6/_sources/library/formatter.txt
+share/doc/python2.6/_sources/library/fpectl.txt
+share/doc/python2.6/_sources/library/fpformat.txt
+share/doc/python2.6/_sources/library/fractions.txt
+share/doc/python2.6/_sources/library/framework.txt
+share/doc/python2.6/_sources/library/frameworks.txt
+share/doc/python2.6/_sources/library/ftplib.txt
+share/doc/python2.6/_sources/library/functions.txt
+share/doc/python2.6/_sources/library/functools.txt
+share/doc/python2.6/_sources/library/future_builtins.txt
+share/doc/python2.6/_sources/library/gc.txt
+share/doc/python2.6/_sources/library/gdbm.txt
+share/doc/python2.6/_sources/library/gensuitemodule.txt
+share/doc/python2.6/_sources/library/getopt.txt
+share/doc/python2.6/_sources/library/getpass.txt
+share/doc/python2.6/_sources/library/gettext.txt
+share/doc/python2.6/_sources/library/gl.txt
+share/doc/python2.6/_sources/library/glob.txt
+share/doc/python2.6/_sources/library/grp.txt
+share/doc/python2.6/_sources/library/gzip.txt
+share/doc/python2.6/_sources/library/hashlib.txt
+share/doc/python2.6/_sources/library/heapq.txt
+share/doc/python2.6/_sources/library/hmac.txt
+share/doc/python2.6/_sources/library/hotshot.txt
+share/doc/python2.6/_sources/library/htmllib.txt
+share/doc/python2.6/_sources/library/htmlparser.txt
+share/doc/python2.6/_sources/library/httplib.txt
+share/doc/python2.6/_sources/library/i18n.txt
+share/doc/python2.6/_sources/library/ic.txt
+share/doc/python2.6/_sources/library/idle.txt
+share/doc/python2.6/_sources/library/imageop.txt
+share/doc/python2.6/_sources/library/imaplib.txt
+share/doc/python2.6/_sources/library/imgfile.txt
+share/doc/python2.6/_sources/library/imghdr.txt
+share/doc/python2.6/_sources/library/imp.txt
+share/doc/python2.6/_sources/library/imputil.txt
+share/doc/python2.6/_sources/library/index.txt
+share/doc/python2.6/_sources/library/inspect.txt
+share/doc/python2.6/_sources/library/internet.txt
+share/doc/python2.6/_sources/library/intro.txt
+share/doc/python2.6/_sources/library/io.txt
+share/doc/python2.6/_sources/library/ipc.txt
+share/doc/python2.6/_sources/library/itertools.txt
+share/doc/python2.6/_sources/library/jpeg.txt
+share/doc/python2.6/_sources/library/json.txt
+share/doc/python2.6/_sources/library/keyword.txt
+share/doc/python2.6/_sources/library/language.txt
+share/doc/python2.6/_sources/library/linecache.txt
+share/doc/python2.6/_sources/library/locale.txt
+share/doc/python2.6/_sources/library/logging.txt
+share/doc/python2.6/_sources/library/mac.txt
+share/doc/python2.6/_sources/library/macos.txt
+share/doc/python2.6/_sources/library/macosa.txt
+share/doc/python2.6/_sources/library/macostools.txt
+share/doc/python2.6/_sources/library/macpath.txt
+share/doc/python2.6/_sources/library/mailbox.txt
+share/doc/python2.6/_sources/library/mailcap.txt
+share/doc/python2.6/_sources/library/markup.txt
+share/doc/python2.6/_sources/library/marshal.txt
+share/doc/python2.6/_sources/library/math.txt
+share/doc/python2.6/_sources/library/md5.txt
+share/doc/python2.6/_sources/library/mhlib.txt
+share/doc/python2.6/_sources/library/mimetools.txt
+share/doc/python2.6/_sources/library/mimetypes.txt
+share/doc/python2.6/_sources/library/mimewriter.txt
+share/doc/python2.6/_sources/library/mimify.txt
+share/doc/python2.6/_sources/library/miniaeframe.txt
+share/doc/python2.6/_sources/library/misc.txt
+share/doc/python2.6/_sources/library/mm.txt
+share/doc/python2.6/_sources/library/mmap.txt
+share/doc/python2.6/_sources/library/modulefinder.txt
+share/doc/python2.6/_sources/library/modules.txt
+share/doc/python2.6/_sources/library/msilib.txt
+share/doc/python2.6/_sources/library/msvcrt.txt
+share/doc/python2.6/_sources/library/multifile.txt
+share/doc/python2.6/_sources/library/multiprocessing.txt
+share/doc/python2.6/_sources/library/mutex.txt
+share/doc/python2.6/_sources/library/netdata.txt
+share/doc/python2.6/_sources/library/netrc.txt
+share/doc/python2.6/_sources/library/new.txt
+share/doc/python2.6/_sources/library/nis.txt
+share/doc/python2.6/_sources/library/nntplib.txt
+share/doc/python2.6/_sources/library/numbers.txt
+share/doc/python2.6/_sources/library/numeric.txt
+share/doc/python2.6/_sources/library/operator.txt
+share/doc/python2.6/_sources/library/optparse.txt
+share/doc/python2.6/_sources/library/os.path.txt
+share/doc/python2.6/_sources/library/os.txt
+share/doc/python2.6/_sources/library/ossaudiodev.txt
+share/doc/python2.6/_sources/library/othergui.txt
+share/doc/python2.6/_sources/library/parser.txt
+share/doc/python2.6/_sources/library/pdb.txt
+share/doc/python2.6/_sources/library/persistence.txt
+share/doc/python2.6/_sources/library/pickle.txt
+share/doc/python2.6/_sources/library/pickletools.txt
+share/doc/python2.6/_sources/library/pipes.txt
+share/doc/python2.6/_sources/library/pkgutil.txt
+share/doc/python2.6/_sources/library/platform.txt
+share/doc/python2.6/_sources/library/plistlib.txt
+share/doc/python2.6/_sources/library/popen2.txt
+share/doc/python2.6/_sources/library/poplib.txt
+share/doc/python2.6/_sources/library/posix.txt
+share/doc/python2.6/_sources/library/posixfile.txt
+share/doc/python2.6/_sources/library/pprint.txt
+share/doc/python2.6/_sources/library/profile.txt
+share/doc/python2.6/_sources/library/pty.txt
+share/doc/python2.6/_sources/library/pwd.txt
+share/doc/python2.6/_sources/library/py_compile.txt
+share/doc/python2.6/_sources/library/pyclbr.txt
+share/doc/python2.6/_sources/library/pydoc.txt
+share/doc/python2.6/_sources/library/pyexpat.txt
+share/doc/python2.6/_sources/library/python.txt
+share/doc/python2.6/_sources/library/queue.txt
+share/doc/python2.6/_sources/library/quopri.txt
+share/doc/python2.6/_sources/library/random.txt
+share/doc/python2.6/_sources/library/re.txt
+share/doc/python2.6/_sources/library/readline.txt
+share/doc/python2.6/_sources/library/repr.txt
+share/doc/python2.6/_sources/library/resource.txt
+share/doc/python2.6/_sources/library/restricted.txt
+share/doc/python2.6/_sources/library/rexec.txt
+share/doc/python2.6/_sources/library/rfc822.txt
+share/doc/python2.6/_sources/library/rlcompleter.txt
+share/doc/python2.6/_sources/library/robotparser.txt
+share/doc/python2.6/_sources/library/runpy.txt
+share/doc/python2.6/_sources/library/sched.txt
+share/doc/python2.6/_sources/library/scrolledtext.txt
+share/doc/python2.6/_sources/library/select.txt
+share/doc/python2.6/_sources/library/sets.txt
+share/doc/python2.6/_sources/library/sgi.txt
+share/doc/python2.6/_sources/library/sgmllib.txt
+share/doc/python2.6/_sources/library/sha.txt
+share/doc/python2.6/_sources/library/shelve.txt
+share/doc/python2.6/_sources/library/shlex.txt
+share/doc/python2.6/_sources/library/shutil.txt
+share/doc/python2.6/_sources/library/signal.txt
+share/doc/python2.6/_sources/library/simplehttpserver.txt
+share/doc/python2.6/_sources/library/simplexmlrpcserver.txt
+share/doc/python2.6/_sources/library/site.txt
+share/doc/python2.6/_sources/library/smtpd.txt
+share/doc/python2.6/_sources/library/smtplib.txt
+share/doc/python2.6/_sources/library/sndhdr.txt
+share/doc/python2.6/_sources/library/socket.txt
+share/doc/python2.6/_sources/library/socketserver.txt
+share/doc/python2.6/_sources/library/someos.txt
+share/doc/python2.6/_sources/library/spwd.txt
+share/doc/python2.6/_sources/library/sqlite3.txt
+share/doc/python2.6/_sources/library/ssl.txt
+share/doc/python2.6/_sources/library/stat.txt
+share/doc/python2.6/_sources/library/statvfs.txt
+share/doc/python2.6/_sources/library/stdtypes.txt
+share/doc/python2.6/_sources/library/string.txt
+share/doc/python2.6/_sources/library/stringio.txt
+share/doc/python2.6/_sources/library/stringprep.txt
+share/doc/python2.6/_sources/library/strings.txt
+share/doc/python2.6/_sources/library/struct.txt
+share/doc/python2.6/_sources/library/subprocess.txt
+share/doc/python2.6/_sources/library/sun.txt
+share/doc/python2.6/_sources/library/sunau.txt
+share/doc/python2.6/_sources/library/sunaudio.txt
+share/doc/python2.6/_sources/library/symbol.txt
+share/doc/python2.6/_sources/library/symtable.txt
+share/doc/python2.6/_sources/library/sys.txt
+share/doc/python2.6/_sources/library/syslog.txt
+share/doc/python2.6/_sources/library/tabnanny.txt
+share/doc/python2.6/_sources/library/tarfile.txt
+share/doc/python2.6/_sources/library/telnetlib.txt
+share/doc/python2.6/_sources/library/tempfile.txt
+share/doc/python2.6/_sources/library/termios.txt
+share/doc/python2.6/_sources/library/test.txt
+share/doc/python2.6/_sources/library/textwrap.txt
+share/doc/python2.6/_sources/library/thread.txt
+share/doc/python2.6/_sources/library/threading.txt
+share/doc/python2.6/_sources/library/time.txt
+share/doc/python2.6/_sources/library/timeit.txt
+share/doc/python2.6/_sources/library/tix.txt
+share/doc/python2.6/_sources/library/tk.txt
+share/doc/python2.6/_sources/library/tkinter.txt
+share/doc/python2.6/_sources/library/token.txt
+share/doc/python2.6/_sources/library/tokenize.txt
+share/doc/python2.6/_sources/library/trace.txt
+share/doc/python2.6/_sources/library/traceback.txt
+share/doc/python2.6/_sources/library/tty.txt
+share/doc/python2.6/_sources/library/turtle.txt
+share/doc/python2.6/_sources/library/types.txt
+share/doc/python2.6/_sources/library/undoc.txt
+share/doc/python2.6/_sources/library/unicodedata.txt
+share/doc/python2.6/_sources/library/unittest.txt
+share/doc/python2.6/_sources/library/unix.txt
+share/doc/python2.6/_sources/library/urllib.txt
+share/doc/python2.6/_sources/library/urllib2.txt
+share/doc/python2.6/_sources/library/urlparse.txt
+share/doc/python2.6/_sources/library/user.txt
+share/doc/python2.6/_sources/library/userdict.txt
+share/doc/python2.6/_sources/library/uu.txt
+share/doc/python2.6/_sources/library/uuid.txt
+share/doc/python2.6/_sources/library/warnings.txt
+share/doc/python2.6/_sources/library/wave.txt
+share/doc/python2.6/_sources/library/weakref.txt
+share/doc/python2.6/_sources/library/webbrowser.txt
+share/doc/python2.6/_sources/library/whichdb.txt
+share/doc/python2.6/_sources/library/windows.txt
+share/doc/python2.6/_sources/library/winsound.txt
+share/doc/python2.6/_sources/library/wsgiref.txt
+share/doc/python2.6/_sources/library/xdrlib.txt
+share/doc/python2.6/_sources/library/xml.dom.minidom.txt
+share/doc/python2.6/_sources/library/xml.dom.pulldom.txt
+share/doc/python2.6/_sources/library/xml.dom.txt
+share/doc/python2.6/_sources/library/xml.etree.elementtree.txt
+share/doc/python2.6/_sources/library/xml.sax.handler.txt
+share/doc/python2.6/_sources/library/xml.sax.reader.txt
+share/doc/python2.6/_sources/library/xml.sax.txt
+share/doc/python2.6/_sources/library/xml.sax.utils.txt
+share/doc/python2.6/_sources/library/xmlrpclib.txt
+share/doc/python2.6/_sources/library/zipfile.txt
+share/doc/python2.6/_sources/library/zipimport.txt
+share/doc/python2.6/_sources/library/zlib.txt
+share/doc/python2.6/_sources/license.txt
+share/doc/python2.6/_sources/reference/compound_stmts.txt
+share/doc/python2.6/_sources/reference/datamodel.txt
+share/doc/python2.6/_sources/reference/executionmodel.txt
+share/doc/python2.6/_sources/reference/expressions.txt
+share/doc/python2.6/_sources/reference/grammar.txt
+share/doc/python2.6/_sources/reference/index.txt
+share/doc/python2.6/_sources/reference/introduction.txt
+share/doc/python2.6/_sources/reference/lexical_analysis.txt
+share/doc/python2.6/_sources/reference/simple_stmts.txt
+share/doc/python2.6/_sources/reference/toplevel_components.txt
+share/doc/python2.6/_sources/tutorial/appetite.txt
+share/doc/python2.6/_sources/tutorial/classes.txt
+share/doc/python2.6/_sources/tutorial/controlflow.txt
+share/doc/python2.6/_sources/tutorial/datastructures.txt
+share/doc/python2.6/_sources/tutorial/errors.txt
+share/doc/python2.6/_sources/tutorial/floatingpoint.txt
+share/doc/python2.6/_sources/tutorial/index.txt
+share/doc/python2.6/_sources/tutorial/inputoutput.txt
+share/doc/python2.6/_sources/tutorial/interactive.txt
+share/doc/python2.6/_sources/tutorial/interpreter.txt
+share/doc/python2.6/_sources/tutorial/introduction.txt
+share/doc/python2.6/_sources/tutorial/modules.txt
+share/doc/python2.6/_sources/tutorial/stdlib.txt
+share/doc/python2.6/_sources/tutorial/stdlib2.txt
+share/doc/python2.6/_sources/tutorial/whatnow.txt
+share/doc/python2.6/_sources/using/cmdline.txt
+share/doc/python2.6/_sources/using/index.txt
+share/doc/python2.6/_sources/using/mac.txt
+share/doc/python2.6/_sources/using/unix.txt
+share/doc/python2.6/_sources/using/windows.txt
+share/doc/python2.6/_sources/whatsnew/2.0.txt
+share/doc/python2.6/_sources/whatsnew/2.1.txt
+share/doc/python2.6/_sources/whatsnew/2.2.txt
+share/doc/python2.6/_sources/whatsnew/2.3.txt
+share/doc/python2.6/_sources/whatsnew/2.4.txt
+share/doc/python2.6/_sources/whatsnew/2.5.txt
+share/doc/python2.6/_sources/whatsnew/2.6.txt
+share/doc/python2.6/_sources/whatsnew/index.txt
+share/doc/python2.6/_static/basic.css
+share/doc/python2.6/_static/default.css
+share/doc/python2.6/_static/doctools.js
+share/doc/python2.6/_static/file.png
+share/doc/python2.6/_static/jquery.js
+share/doc/python2.6/_static/minus.png
+share/doc/python2.6/_static/opensearch.xml
+share/doc/python2.6/_static/plus.png
+share/doc/python2.6/_static/py.png
+share/doc/python2.6/_static/pygments.css
+share/doc/python2.6/_static/searchtools.js
+share/doc/python2.6/_static/version_switch.js
+share/doc/python2.6/about.html
+share/doc/python2.6/bugs.html
+share/doc/python2.6/c-api/abstract.html
+share/doc/python2.6/c-api/allocation.html
+share/doc/python2.6/c-api/arg.html
+share/doc/python2.6/c-api/bool.html
+share/doc/python2.6/c-api/buffer.html
+share/doc/python2.6/c-api/bytearray.html
+share/doc/python2.6/c-api/cell.html
+share/doc/python2.6/c-api/class.html
+share/doc/python2.6/c-api/cobject.html
+share/doc/python2.6/c-api/complex.html
+share/doc/python2.6/c-api/concrete.html
+share/doc/python2.6/c-api/conversion.html
+share/doc/python2.6/c-api/datetime.html
+share/doc/python2.6/c-api/descriptor.html
+share/doc/python2.6/c-api/dict.html
+share/doc/python2.6/c-api/exceptions.html
+share/doc/python2.6/c-api/file.html
+share/doc/python2.6/c-api/float.html
+share/doc/python2.6/c-api/function.html
+share/doc/python2.6/c-api/gcsupport.html
+share/doc/python2.6/c-api/gen.html
+share/doc/python2.6/c-api/import.html
+share/doc/python2.6/c-api/index.html
+share/doc/python2.6/c-api/init.html
+share/doc/python2.6/c-api/int.html
+share/doc/python2.6/c-api/intro.html
+share/doc/python2.6/c-api/iter.html
+share/doc/python2.6/c-api/iterator.html
+share/doc/python2.6/c-api/list.html
+share/doc/python2.6/c-api/long.html
+share/doc/python2.6/c-api/mapping.html
+share/doc/python2.6/c-api/marshal.html
+share/doc/python2.6/c-api/memory.html
+share/doc/python2.6/c-api/method.html
+share/doc/python2.6/c-api/module.html
+share/doc/python2.6/c-api/none.html
+share/doc/python2.6/c-api/number.html
+share/doc/python2.6/c-api/objbuffer.html
+share/doc/python2.6/c-api/object.html
+share/doc/python2.6/c-api/objimpl.html
+share/doc/python2.6/c-api/refcounting.html
+share/doc/python2.6/c-api/reflection.html
+share/doc/python2.6/c-api/sequence.html
+share/doc/python2.6/c-api/set.html
+share/doc/python2.6/c-api/slice.html
+share/doc/python2.6/c-api/string.html
+share/doc/python2.6/c-api/structures.html
+share/doc/python2.6/c-api/sys.html
+share/doc/python2.6/c-api/tuple.html
+share/doc/python2.6/c-api/type.html
+share/doc/python2.6/c-api/typeobj.html
+share/doc/python2.6/c-api/unicode.html
+share/doc/python2.6/c-api/utilities.html
+share/doc/python2.6/c-api/veryhigh.html
+share/doc/python2.6/c-api/weakref.html
+share/doc/python2.6/contents.html
+share/doc/python2.6/copyright.html
+share/doc/python2.6/distutils/apiref.html
+share/doc/python2.6/distutils/builtdist.html
+share/doc/python2.6/distutils/commandref.html
+share/doc/python2.6/distutils/configfile.html
+share/doc/python2.6/distutils/examples.html
+share/doc/python2.6/distutils/extending.html
+share/doc/python2.6/distutils/index.html
+share/doc/python2.6/distutils/introduction.html
+share/doc/python2.6/distutils/packageindex.html
+share/doc/python2.6/distutils/setupscript.html
+share/doc/python2.6/distutils/sourcedist.html
+share/doc/python2.6/distutils/uploading.html
+share/doc/python2.6/documenting/building.html
+share/doc/python2.6/documenting/fromlatex.html
+share/doc/python2.6/documenting/index.html
+share/doc/python2.6/documenting/intro.html
+share/doc/python2.6/documenting/markup.html
+share/doc/python2.6/documenting/rest.html
+share/doc/python2.6/documenting/style.html
+share/doc/python2.6/download.html
+share/doc/python2.6/extending/building.html
+share/doc/python2.6/extending/embedding.html
+share/doc/python2.6/extending/extending.html
+share/doc/python2.6/extending/index.html
+share/doc/python2.6/extending/newtypes.html
+share/doc/python2.6/extending/windows.html
+share/doc/python2.6/faq/design.html
+share/doc/python2.6/faq/extending.html
+share/doc/python2.6/faq/general.html
+share/doc/python2.6/faq/gui.html
+share/doc/python2.6/faq/index.html
+share/doc/python2.6/faq/installed.html
+share/doc/python2.6/faq/library.html
+share/doc/python2.6/faq/programming.html
+share/doc/python2.6/faq/windows.html
+share/doc/python2.6/genindex-A.html
+share/doc/python2.6/genindex-B.html
+share/doc/python2.6/genindex-C.html
+share/doc/python2.6/genindex-D.html
+share/doc/python2.6/genindex-E.html
+share/doc/python2.6/genindex-F.html
+share/doc/python2.6/genindex-G.html
+share/doc/python2.6/genindex-H.html
+share/doc/python2.6/genindex-I.html
+share/doc/python2.6/genindex-J.html
+share/doc/python2.6/genindex-K.html
+share/doc/python2.6/genindex-L.html
+share/doc/python2.6/genindex-M.html
+share/doc/python2.6/genindex-N.html
+share/doc/python2.6/genindex-O.html
+share/doc/python2.6/genindex-P.html
+share/doc/python2.6/genindex-Q.html
+share/doc/python2.6/genindex-R.html
+share/doc/python2.6/genindex-S.html
+share/doc/python2.6/genindex-Symbols.html
+share/doc/python2.6/genindex-T.html
+share/doc/python2.6/genindex-U.html
+share/doc/python2.6/genindex-V.html
+share/doc/python2.6/genindex-W.html
+share/doc/python2.6/genindex-X.html
+share/doc/python2.6/genindex-Y.html
+share/doc/python2.6/genindex-Z.html
+share/doc/python2.6/genindex-_.html
+share/doc/python2.6/genindex-all.html
+share/doc/python2.6/genindex.html
+share/doc/python2.6/glossary.html
+share/doc/python2.6/howto/advocacy.html
+share/doc/python2.6/howto/cporting.html
+share/doc/python2.6/howto/curses.html
+share/doc/python2.6/howto/descriptor.html
+share/doc/python2.6/howto/doanddont.html
+share/doc/python2.6/howto/functional.html
+share/doc/python2.6/howto/index.html
+share/doc/python2.6/howto/regex.html
+share/doc/python2.6/howto/sockets.html
+share/doc/python2.6/howto/sorting.html
+share/doc/python2.6/howto/unicode.html
+share/doc/python2.6/howto/urllib2.html
+share/doc/python2.6/howto/webservers.html
+share/doc/python2.6/index.html
+share/doc/python2.6/install/index.html
+share/doc/python2.6/library/2to3.html
+share/doc/python2.6/library/__builtin__.html
+share/doc/python2.6/library/__future__.html
+share/doc/python2.6/library/__main__.html
+share/doc/python2.6/library/_winreg.html
+share/doc/python2.6/library/abc.html
+share/doc/python2.6/library/aepack.html
+share/doc/python2.6/library/aetools.html
+share/doc/python2.6/library/aetypes.html
+share/doc/python2.6/library/aifc.html
+share/doc/python2.6/library/al.html
+share/doc/python2.6/library/allos.html
+share/doc/python2.6/library/anydbm.html
+share/doc/python2.6/library/archiving.html
+share/doc/python2.6/library/array.html
+share/doc/python2.6/library/ast.html
+share/doc/python2.6/library/asynchat.html
+share/doc/python2.6/library/asyncore.html
+share/doc/python2.6/library/atexit.html
+share/doc/python2.6/library/audioop.html
+share/doc/python2.6/library/autogil.html
+share/doc/python2.6/library/base64.html
+share/doc/python2.6/library/basehttpserver.html
+share/doc/python2.6/library/bastion.html
+share/doc/python2.6/library/bdb.html
+share/doc/python2.6/library/binascii.html
+share/doc/python2.6/library/binhex.html
+share/doc/python2.6/library/bisect.html
+share/doc/python2.6/library/bsddb.html
+share/doc/python2.6/library/bz2.html
+share/doc/python2.6/library/calendar.html
+share/doc/python2.6/library/carbon.html
+share/doc/python2.6/library/cd.html
+share/doc/python2.6/library/cgi.html
+share/doc/python2.6/library/cgihttpserver.html
+share/doc/python2.6/library/cgitb.html
+share/doc/python2.6/library/chunk.html
+share/doc/python2.6/library/cmath.html
+share/doc/python2.6/library/cmd.html
+share/doc/python2.6/library/code.html
+share/doc/python2.6/library/codecs.html
+share/doc/python2.6/library/codeop.html
+share/doc/python2.6/library/collections.html
+share/doc/python2.6/library/colorpicker.html
+share/doc/python2.6/library/colorsys.html
+share/doc/python2.6/library/commands.html
+share/doc/python2.6/library/compileall.html
+share/doc/python2.6/library/compiler.html
+share/doc/python2.6/library/configparser.html
+share/doc/python2.6/library/constants.html
+share/doc/python2.6/library/contextlib.html
+share/doc/python2.6/library/cookie.html
+share/doc/python2.6/library/cookielib.html
+share/doc/python2.6/library/copy.html
+share/doc/python2.6/library/copy_reg.html
+share/doc/python2.6/library/crypt.html
+share/doc/python2.6/library/crypto.html
+share/doc/python2.6/library/csv.html
+share/doc/python2.6/library/ctypes.html
+share/doc/python2.6/library/curses.ascii.html
+share/doc/python2.6/library/curses.html
+share/doc/python2.6/library/curses.panel.html
+share/doc/python2.6/library/custominterp.html
+share/doc/python2.6/library/datatypes.html
+share/doc/python2.6/library/datetime.html
+share/doc/python2.6/library/dbhash.html
+share/doc/python2.6/library/dbm.html
+share/doc/python2.6/library/debug.html
+share/doc/python2.6/library/decimal.html
+share/doc/python2.6/library/development.html
+share/doc/python2.6/library/difflib.html
+share/doc/python2.6/library/dircache.html
+share/doc/python2.6/library/dis.html
+share/doc/python2.6/library/distutils.html
+share/doc/python2.6/library/dl.html
+share/doc/python2.6/library/doctest.html
+share/doc/python2.6/library/docxmlrpcserver.html
+share/doc/python2.6/library/dumbdbm.html
+share/doc/python2.6/library/dummy_thread.html
+share/doc/python2.6/library/dummy_threading.html
+share/doc/python2.6/library/easydialogs.html
+share/doc/python2.6/library/email-examples.html
+share/doc/python2.6/library/email.charset.html
+share/doc/python2.6/library/email.encoders.html
+share/doc/python2.6/library/email.errors.html
+share/doc/python2.6/library/email.generator.html
+share/doc/python2.6/library/email.header.html
+share/doc/python2.6/library/email.html
+share/doc/python2.6/library/email.iterators.html
+share/doc/python2.6/library/email.message.html
+share/doc/python2.6/library/email.mime.html
+share/doc/python2.6/library/email.parser.html
+share/doc/python2.6/library/email.util.html
+share/doc/python2.6/library/errno.html
+share/doc/python2.6/library/exceptions.html
+share/doc/python2.6/library/fcntl.html
+share/doc/python2.6/library/filecmp.html
+share/doc/python2.6/library/fileformats.html
+share/doc/python2.6/library/fileinput.html
+share/doc/python2.6/library/filesys.html
+share/doc/python2.6/library/fl.html
+share/doc/python2.6/library/fm.html
+share/doc/python2.6/library/fnmatch.html
+share/doc/python2.6/library/formatter.html
+share/doc/python2.6/library/fpectl.html
+share/doc/python2.6/library/fpformat.html
+share/doc/python2.6/library/fractions.html
+share/doc/python2.6/library/framework.html
+share/doc/python2.6/library/frameworks.html
+share/doc/python2.6/library/ftplib.html
+share/doc/python2.6/library/functions.html
+share/doc/python2.6/library/functools.html
+share/doc/python2.6/library/future_builtins.html
+share/doc/python2.6/library/gc.html
+share/doc/python2.6/library/gdbm.html
+share/doc/python2.6/library/gensuitemodule.html
+share/doc/python2.6/library/getopt.html
+share/doc/python2.6/library/getpass.html
+share/doc/python2.6/library/gettext.html
+share/doc/python2.6/library/gl.html
+share/doc/python2.6/library/glob.html
+share/doc/python2.6/library/grp.html
+share/doc/python2.6/library/gzip.html
+share/doc/python2.6/library/hashlib.html
+share/doc/python2.6/library/heapq.html
+share/doc/python2.6/library/hmac.html
+share/doc/python2.6/library/hotshot.html
+share/doc/python2.6/library/htmllib.html
+share/doc/python2.6/library/htmlparser.html
+share/doc/python2.6/library/httplib.html
+share/doc/python2.6/library/i18n.html
+share/doc/python2.6/library/ic.html
+share/doc/python2.6/library/idle.html
+share/doc/python2.6/library/imageop.html
+share/doc/python2.6/library/imaplib.html
+share/doc/python2.6/library/imgfile.html
+share/doc/python2.6/library/imghdr.html
+share/doc/python2.6/library/imp.html
+share/doc/python2.6/library/imputil.html
+share/doc/python2.6/library/index.html
+share/doc/python2.6/library/inspect.html
+share/doc/python2.6/library/internet.html
+share/doc/python2.6/library/intro.html
+share/doc/python2.6/library/io.html
+share/doc/python2.6/library/ipc.html
+share/doc/python2.6/library/itertools.html
+share/doc/python2.6/library/jpeg.html
+share/doc/python2.6/library/json.html
+share/doc/python2.6/library/keyword.html
+share/doc/python2.6/library/language.html
+share/doc/python2.6/library/linecache.html
+share/doc/python2.6/library/locale.html
+share/doc/python2.6/library/logging.html
+share/doc/python2.6/library/mac.html
+share/doc/python2.6/library/macos.html
+share/doc/python2.6/library/macosa.html
+share/doc/python2.6/library/macostools.html
+share/doc/python2.6/library/macpath.html
+share/doc/python2.6/library/mailbox.html
+share/doc/python2.6/library/mailcap.html
+share/doc/python2.6/library/markup.html
+share/doc/python2.6/library/marshal.html
+share/doc/python2.6/library/math.html
+share/doc/python2.6/library/md5.html
+share/doc/python2.6/library/mhlib.html
+share/doc/python2.6/library/mimetools.html
+share/doc/python2.6/library/mimetypes.html
+share/doc/python2.6/library/mimewriter.html
+share/doc/python2.6/library/mimify.html
+share/doc/python2.6/library/miniaeframe.html
+share/doc/python2.6/library/misc.html
+share/doc/python2.6/library/mm.html
+share/doc/python2.6/library/mmap.html
+share/doc/python2.6/library/modulefinder.html
+share/doc/python2.6/library/modules.html
+share/doc/python2.6/library/msilib.html
+share/doc/python2.6/library/msvcrt.html
+share/doc/python2.6/library/multifile.html
+share/doc/python2.6/library/multiprocessing.html
+share/doc/python2.6/library/mutex.html
+share/doc/python2.6/library/netdata.html
+share/doc/python2.6/library/netrc.html
+share/doc/python2.6/library/new.html
+share/doc/python2.6/library/nis.html
+share/doc/python2.6/library/nntplib.html
+share/doc/python2.6/library/numbers.html
+share/doc/python2.6/library/numeric.html
+share/doc/python2.6/library/operator.html
+share/doc/python2.6/library/optparse.html
+share/doc/python2.6/library/os.html
+share/doc/python2.6/library/os.path.html
+share/doc/python2.6/library/ossaudiodev.html
+share/doc/python2.6/library/othergui.html
+share/doc/python2.6/library/parser.html
+share/doc/python2.6/library/pdb.html
+share/doc/python2.6/library/persistence.html
+share/doc/python2.6/library/pickle.html
+share/doc/python2.6/library/pickletools.html
+share/doc/python2.6/library/pipes.html
+share/doc/python2.6/library/pkgutil.html
+share/doc/python2.6/library/platform.html
+share/doc/python2.6/library/plistlib.html
+share/doc/python2.6/library/popen2.html
+share/doc/python2.6/library/poplib.html
+share/doc/python2.6/library/posix.html
+share/doc/python2.6/library/posixfile.html
+share/doc/python2.6/library/pprint.html
+share/doc/python2.6/library/profile.html
+share/doc/python2.6/library/pty.html
+share/doc/python2.6/library/pwd.html
+share/doc/python2.6/library/py_compile.html
+share/doc/python2.6/library/pyclbr.html
+share/doc/python2.6/library/pydoc.html
+share/doc/python2.6/library/pyexpat.html
+share/doc/python2.6/library/python.html
+share/doc/python2.6/library/queue.html
+share/doc/python2.6/library/quopri.html
+share/doc/python2.6/library/random.html
+share/doc/python2.6/library/re.html
+share/doc/python2.6/library/readline.html
+share/doc/python2.6/library/repr.html
+share/doc/python2.6/library/resource.html
+share/doc/python2.6/library/restricted.html
+share/doc/python2.6/library/rexec.html
+share/doc/python2.6/library/rfc822.html
+share/doc/python2.6/library/rlcompleter.html
+share/doc/python2.6/library/robotparser.html
+share/doc/python2.6/library/runpy.html
+share/doc/python2.6/library/sched.html
+share/doc/python2.6/library/scrolledtext.html
+share/doc/python2.6/library/select.html
+share/doc/python2.6/library/sets.html
+share/doc/python2.6/library/sgi.html
+share/doc/python2.6/library/sgmllib.html
+share/doc/python2.6/library/sha.html
+share/doc/python2.6/library/shelve.html
+share/doc/python2.6/library/shlex.html
+share/doc/python2.6/library/shutil.html
+share/doc/python2.6/library/signal.html
+share/doc/python2.6/library/simplehttpserver.html
+share/doc/python2.6/library/simplexmlrpcserver.html
+share/doc/python2.6/library/site.html
+share/doc/python2.6/library/smtpd.html
+share/doc/python2.6/library/smtplib.html
+share/doc/python2.6/library/sndhdr.html
+share/doc/python2.6/library/socket.html
+share/doc/python2.6/library/socketserver.html
+share/doc/python2.6/library/someos.html
+share/doc/python2.6/library/spwd.html
+share/doc/python2.6/library/sqlite3.html
+share/doc/python2.6/library/ssl.html
+share/doc/python2.6/library/stat.html
+share/doc/python2.6/library/statvfs.html
+share/doc/python2.6/library/stdtypes.html
+share/doc/python2.6/library/string.html
+share/doc/python2.6/library/stringio.html
+share/doc/python2.6/library/stringprep.html
+share/doc/python2.6/library/strings.html
+share/doc/python2.6/library/struct.html
+share/doc/python2.6/library/subprocess.html
+share/doc/python2.6/library/sun.html
+share/doc/python2.6/library/sunau.html
+share/doc/python2.6/library/sunaudio.html
+share/doc/python2.6/library/symbol.html
+share/doc/python2.6/library/symtable.html
+share/doc/python2.6/library/sys.html
+share/doc/python2.6/library/syslog.html
+share/doc/python2.6/library/tabnanny.html
+share/doc/python2.6/library/tarfile.html
+share/doc/python2.6/library/telnetlib.html
+share/doc/python2.6/library/tempfile.html
+share/doc/python2.6/library/termios.html
+share/doc/python2.6/library/test.html
+share/doc/python2.6/library/textwrap.html
+share/doc/python2.6/library/thread.html
+share/doc/python2.6/library/threading.html
+share/doc/python2.6/library/time.html
+share/doc/python2.6/library/timeit.html
+share/doc/python2.6/library/tix.html
+share/doc/python2.6/library/tk.html
+share/doc/python2.6/library/tkinter.html
+share/doc/python2.6/library/token.html
+share/doc/python2.6/library/tokenize.html
+share/doc/python2.6/library/trace.html
+share/doc/python2.6/library/traceback.html
+share/doc/python2.6/library/tty.html
+share/doc/python2.6/library/turtle.html
+share/doc/python2.6/library/types.html
+share/doc/python2.6/library/undoc.html
+share/doc/python2.6/library/unicodedata.html
+share/doc/python2.6/library/unittest.html
+share/doc/python2.6/library/unix.html
+share/doc/python2.6/library/urllib.html
+share/doc/python2.6/library/urllib2.html
+share/doc/python2.6/library/urlparse.html
+share/doc/python2.6/library/user.html
+share/doc/python2.6/library/userdict.html
+share/doc/python2.6/library/uu.html
+share/doc/python2.6/library/uuid.html
+share/doc/python2.6/library/warnings.html
+share/doc/python2.6/library/wave.html
+share/doc/python2.6/library/weakref.html
+share/doc/python2.6/library/webbrowser.html
+share/doc/python2.6/library/whichdb.html
+share/doc/python2.6/library/windows.html
+share/doc/python2.6/library/winsound.html
+share/doc/python2.6/library/wsgiref.html
+share/doc/python2.6/library/xdrlib.html
+share/doc/python2.6/library/xml.dom.html
+share/doc/python2.6/library/xml.dom.minidom.html
+share/doc/python2.6/library/xml.dom.pulldom.html
+share/doc/python2.6/library/xml.etree.elementtree.html
+share/doc/python2.6/library/xml.sax.handler.html
+share/doc/python2.6/library/xml.sax.html
+share/doc/python2.6/library/xml.sax.reader.html
+share/doc/python2.6/library/xml.sax.utils.html
+share/doc/python2.6/library/xmlrpclib.html
+share/doc/python2.6/library/zipfile.html
+share/doc/python2.6/library/zipimport.html
+share/doc/python2.6/library/zlib.html
+share/doc/python2.6/license.html
+share/doc/python2.6/modindex.html
+share/doc/python2.6/objects.inv
+share/doc/python2.6/reference/compound_stmts.html
+share/doc/python2.6/reference/datamodel.html
+share/doc/python2.6/reference/executionmodel.html
+share/doc/python2.6/reference/expressions.html
+share/doc/python2.6/reference/grammar.html
+share/doc/python2.6/reference/index.html
+share/doc/python2.6/reference/introduction.html
+share/doc/python2.6/reference/lexical_analysis.html
+share/doc/python2.6/reference/simple_stmts.html
+share/doc/python2.6/reference/toplevel_components.html
+share/doc/python2.6/search.html
+share/doc/python2.6/searchindex.js
+share/doc/python2.6/tutorial/appetite.html
+share/doc/python2.6/tutorial/classes.html
+share/doc/python2.6/tutorial/controlflow.html
+share/doc/python2.6/tutorial/datastructures.html
+share/doc/python2.6/tutorial/errors.html
+share/doc/python2.6/tutorial/floatingpoint.html
+share/doc/python2.6/tutorial/index.html
+share/doc/python2.6/tutorial/inputoutput.html
+share/doc/python2.6/tutorial/interactive.html
+share/doc/python2.6/tutorial/interpreter.html
+share/doc/python2.6/tutorial/introduction.html
+share/doc/python2.6/tutorial/modules.html
+share/doc/python2.6/tutorial/stdlib.html
+share/doc/python2.6/tutorial/stdlib2.html
+share/doc/python2.6/tutorial/whatnow.html
+share/doc/python2.6/using/cmdline.html
+share/doc/python2.6/using/index.html
+share/doc/python2.6/using/mac.html
+share/doc/python2.6/using/unix.html
+share/doc/python2.6/using/windows.html
+share/doc/python2.6/whatsnew/2.0.html
+share/doc/python2.6/whatsnew/2.1.html
+share/doc/python2.6/whatsnew/2.2.html
+share/doc/python2.6/whatsnew/2.3.html
+share/doc/python2.6/whatsnew/2.4.html
+share/doc/python2.6/whatsnew/2.5.html
+share/doc/python2.6/whatsnew/2.6.html
+share/doc/python2.6/whatsnew/index.html