diff options
author | perky <perky@FreeBSD.org> | 2003-06-04 16:38:41 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-06-04 16:38:41 +0800 |
commit | 4761346813ac5040eb5937f0419e8988d5f0730e (patch) | |
tree | 4b765cb14ddb65ac4aa41d33e59c8a8e1e04a1d9 | |
parent | 62a81e378cf0e603acada6f04824c74f03cc997b (diff) | |
download | freebsd-ports-gnome-4761346813ac5040eb5937f0419e8988d5f0730e.tar.gz freebsd-ports-gnome-4761346813ac5040eb5937f0419e8988d5f0730e.tar.zst freebsd-ports-gnome-4761346813ac5040eb5937f0419e8988d5f0730e.zip |
Update to 2.2.3 and correct tg's e-mail address.
Approved by: maintainer (implicitly)
-rw-r--r-- | lang/python-doc-html/Makefile | 12 | ||||
-rw-r--r-- | lang/python-doc-html/distinfo | 5 | ||||
-rw-r--r-- | lang/python-doc-html/files/plist-html-2.2.3.diff | 1059 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_pdf-a4 | 1 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_pdf-letter | 1 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_postscript-a4 | 1 | ||||
-rw-r--r-- | lang/python-doc-html/pkg-plist_postscript-letter | 1 | ||||
-rw-r--r-- | lang/python-doc-pdf-a4/Makefile | 2 | ||||
-rw-r--r-- | lang/python-doc-pdf-letter/Makefile | 2 | ||||
-rw-r--r-- | lang/python-doc-postscript-a4/Makefile | 2 | ||||
-rw-r--r-- | lang/python-doc-postscript-letter/Makefile | 2 |
11 files changed, 1082 insertions, 6 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 64cf7f8f0884..8c1bb8999cd6 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: python-doc # Date created: 12 May 1999 -# Whom: Thomas Gellekum <alane@FreeBSD.org> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # @@ -34,6 +34,14 @@ DOCFORMAT?= html @${FALSE} .endif +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 220 +PLIST_SUB+= PYTHON22_ONLY="@comment " +.else +PLIST_SUB+= PYTHON22_ONLY="" +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @@ -50,4 +58,4 @@ do-install: @(cd ${DOCDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} ${EXTRACT_AFTER_ARGS}) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo index b65f02952f4f..37320f34ae42 100644 --- a/lang/python-doc-html/distinfo +++ b/lang/python-doc-html/distinfo @@ -39,3 +39,8 @@ MD5 (python/pdf-a4-2.2.2.tar.bz2) = 97a323dcd046c844e24965945d75bd9e MD5 (python/pdf-letter-2.2.2.tar.bz2) = d207e74b0a36ad082f14d5001f5868aa MD5 (python/postscript-a4-2.2.2.tar.bz2) = 2c9936ba9469f5120a1fb1a427b7fdef MD5 (python/postscript-letter-2.2.2.tar.bz2) = 3869538c370cf26b80e628af92d70e0a +MD5 (python/html-2.2.3.tar.bz2) = 62247099e1e50c05c2d8e7bebd12b060 +MD5 (python/pdf-a4-2.2.3.tar.bz2) = 665eb1ea816f0dd421e6f51ffe9880c7 +MD5 (python/pdf-letter-2.2.3.tar.bz2) = 405c6e36dc1346b06260fdb832d2618c +MD5 (python/postscript-a4-2.2.3.tar.bz2) = 3d8dd82fc5d4e72fea0e090f3e8f7a07 +MD5 (python/postscript-letter-2.2.3.tar.bz2) = b90b56af162a19a1ea288546c3ffe4e6 diff --git a/lang/python-doc-html/files/plist-html-2.2.3.diff b/lang/python-doc-html/files/plist-html-2.2.3.diff new file mode 100644 index 000000000000..55e5681558e3 --- /dev/null +++ b/lang/python-doc-html/files/plist-html-2.2.3.diff @@ -0,0 +1,1059 @@ +--- pkg-plist_html 2 May 2001 12:01:35 -0000 ++++ pkg-plist_html_2.2.3 4 Jun 2003 07:49:02 -0000 +@@ -1,20 +1,27 @@ + share/doc/%%PYTHON_VERSION%%/about.html + share/doc/%%PYTHON_VERSION%%/acks.html + share/doc/%%PYTHON_VERSION%%/api/about.html ++share/doc/%%PYTHON_VERSION%%/api/abstract-buffer.html + share/doc/%%PYTHON_VERSION%%/api/abstract.html ++share/doc/%%PYTHON_VERSION%%/api/advanced-debugging.html ++share/doc/%%PYTHON_VERSION%%/api/allocating-objects.html + share/doc/%%PYTHON_VERSION%%/api/api.css + share/doc/%%PYTHON_VERSION%%/api/api.html ++share/doc/%%PYTHON_VERSION%%/api/arg-parsing.html + share/doc/%%PYTHON_VERSION%%/api/buffer-structs.html + share/doc/%%PYTHON_VERSION%%/api/bufferObjects.html + share/doc/%%PYTHON_VERSION%%/api/builtinCodecs.html + share/doc/%%PYTHON_VERSION%%/api/cObjects.html ++share/doc/%%PYTHON_VERSION%%/api/cell-objects.html + share/doc/%%PYTHON_VERSION%%/api/common-structs.html + share/doc/%%PYTHON_VERSION%%/api/complexObjects.html + share/doc/%%PYTHON_VERSION%%/api/concrete.html + share/doc/%%PYTHON_VERSION%%/api/contents.html + share/doc/%%PYTHON_VERSION%%/api/countingRefs.html ++share/doc/%%PYTHON_VERSION%%/api/descriptor-objects.html + share/doc/%%PYTHON_VERSION%%/api/dictObjects.html + share/doc/%%PYTHON_VERSION%%/api/embedding.html ++share/doc/%%PYTHON_VERSION%%/api/example-cycle-support.html + share/doc/%%PYTHON_VERSION%%/api/exceptionHandling.html + share/doc/%%PYTHON_VERSION%%/api/exceptions.html + share/doc/%%PYTHON_VERSION%%/api/fileObjects.html +@@ -26,22 +33,30 @@ + share/doc/%%PYTHON_VERSION%%/api/includes.html + share/doc/%%PYTHON_VERSION%%/api/index.html + share/doc/%%PYTHON_VERSION%%/api/initialization.html ++share/doc/%%PYTHON_VERSION%%/api/instanceObjects.html + share/doc/%%PYTHON_VERSION%%/api/intObjects.html + share/doc/%%PYTHON_VERSION%%/api/intro.html ++share/doc/%%PYTHON_VERSION%%/api/iterator-objects.html ++share/doc/%%PYTHON_VERSION%%/api/iterator.html + share/doc/%%PYTHON_VERSION%%/api/listObjects.html + share/doc/%%PYTHON_VERSION%%/api/longObjects.html + share/doc/%%PYTHON_VERSION%%/api/mapObjects.html + share/doc/%%PYTHON_VERSION%%/api/mapping-structs.html + share/doc/%%PYTHON_VERSION%%/api/mapping.html ++share/doc/%%PYTHON_VERSION%%/api/marshalling-utils.html + share/doc/%%PYTHON_VERSION%%/api/memory.html + share/doc/%%PYTHON_VERSION%%/api/memoryExamples.html + share/doc/%%PYTHON_VERSION%%/api/memoryInterface.html + share/doc/%%PYTHON_VERSION%%/api/memoryOverview.html ++share/doc/%%PYTHON_VERSION%%/api/method-objects.html + share/doc/%%PYTHON_VERSION%%/api/moduleObjects.html + share/doc/%%PYTHON_VERSION%%/api/newTypes.html + share/doc/%%PYTHON_VERSION%%/api/node15.html +-share/doc/%%PYTHON_VERSION%%/api/node44.html +-share/doc/%%PYTHON_VERSION%%/api/node45.html ++share/doc/%%PYTHON_VERSION%%/api/node38.html ++share/doc/%%PYTHON_VERSION%%/api/node39.html ++share/doc/%%PYTHON_VERSION%%/api/node80.html ++share/doc/%%PYTHON_VERSION%%/api/node81.html ++share/doc/%%PYTHON_VERSION%%/api/node82.html + share/doc/%%PYTHON_VERSION%%/api/noneObject.html + share/doc/%%PYTHON_VERSION%%/api/number-structs.html + share/doc/%%PYTHON_VERSION%%/api/number.html +@@ -51,14 +66,18 @@ + share/doc/%%PYTHON_VERSION%%/api/os.html + share/doc/%%PYTHON_VERSION%%/api/otherObjects.html + share/doc/%%PYTHON_VERSION%%/api/processControl.html ++share/doc/%%PYTHON_VERSION%%/api/profiling.html + share/doc/%%PYTHON_VERSION%%/api/refcountDetails.html + share/doc/%%PYTHON_VERSION%%/api/refcounts.html + share/doc/%%PYTHON_VERSION%%/api/reporting-bugs.html + share/doc/%%PYTHON_VERSION%%/api/sequence-structs.html + share/doc/%%PYTHON_VERSION%%/api/sequence.html + share/doc/%%PYTHON_VERSION%%/api/sequenceObjects.html ++share/doc/%%PYTHON_VERSION%%/api/slice-objects.html + share/doc/%%PYTHON_VERSION%%/api/standardExceptions.html + share/doc/%%PYTHON_VERSION%%/api/stringObjects.html ++share/doc/%%PYTHON_VERSION%%/api/supporting-cycle-detection.html ++share/doc/%%PYTHON_VERSION%%/api/supporting-iteration.html + share/doc/%%PYTHON_VERSION%%/api/threads.html + share/doc/%%PYTHON_VERSION%%/api/tupleObjects.html + share/doc/%%PYTHON_VERSION%%/api/typeObjects.html +@@ -67,116 +86,96 @@ + share/doc/%%PYTHON_VERSION%%/api/unicodeObjects.html + share/doc/%%PYTHON_VERSION%%/api/utilities.html + share/doc/%%PYTHON_VERSION%%/api/veryhigh.html ++share/doc/%%PYTHON_VERSION%%/api/weakref-objects.html + share/doc/%%PYTHON_VERSION%%/dist/about.html +-share/doc/%%PYTHON_VERSION%%/dist/bdist-cmds.html +-share/doc/%%PYTHON_VERSION%%/dist/build-clib-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/build-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/build-cmds.html +-share/doc/%%PYTHON_VERSION%%/dist/build-ext-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/build-py-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/built-dist.html +-share/doc/%%PYTHON_VERSION%%/dist/clean-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/concepts.html +-share/doc/%%PYTHON_VERSION%%/dist/contents.html +-share/doc/%%PYTHON_VERSION%%/dist/creating-dumb.html +-share/doc/%%PYTHON_VERSION%%/dist/creating-rpms.html + share/doc/%%PYTHON_VERSION%%/dist/creating-wininst.html +-share/doc/%%PYTHON_VERSION%%/dist/describing-extensions.html + share/doc/%%PYTHON_VERSION%%/dist/dist.css + share/doc/%%PYTHON_VERSION%%/dist/dist.html +-share/doc/%%PYTHON_VERSION%%/dist/distutils-term.html +-share/doc/%%PYTHON_VERSION%%/dist/examples.html +-share/doc/%%PYTHON_VERSION%%/dist/extend-existing.html +-share/doc/%%PYTHON_VERSION%%/dist/extending.html + share/doc/%%PYTHON_VERSION%%/dist/index.html +-share/doc/%%PYTHON_VERSION%%/dist/install-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/install-data-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/install-lib-cmd.html +-share/doc/%%PYTHON_VERSION%%/dist/install-scripts-cmd.html + share/doc/%%PYTHON_VERSION%%/dist/intro.html +-share/doc/%%PYTHON_VERSION%%/dist/listing-modules.html +-share/doc/%%PYTHON_VERSION%%/dist/listing-packages.html +-share/doc/%%PYTHON_VERSION%%/dist/manifest-options.html +-share/doc/%%PYTHON_VERSION%%/dist/manifest.html +-share/doc/%%PYTHON_VERSION%%/dist/multiple-ext.html +-share/doc/%%PYTHON_VERSION%%/dist/new-commands.html +-share/doc/%%PYTHON_VERSION%%/dist/node11.html +-share/doc/%%PYTHON_VERSION%%/dist/node12.html +-share/doc/%%PYTHON_VERSION%%/dist/node13.html +-share/doc/%%PYTHON_VERSION%%/dist/node14.html +-share/doc/%%PYTHON_VERSION%%/dist/node28.html +-share/doc/%%PYTHON_VERSION%%/dist/node45.html +-share/doc/%%PYTHON_VERSION%%/dist/node46.html +-share/doc/%%PYTHON_VERSION%%/dist/node47.html +-share/doc/%%PYTHON_VERSION%%/dist/node48.html +-share/doc/%%PYTHON_VERSION%%/dist/pure-mod.html +-share/doc/%%PYTHON_VERSION%%/dist/pure-pkg.html +-share/doc/%%PYTHON_VERSION%%/dist/python-terms.html +-share/doc/%%PYTHON_VERSION%%/dist/reference.html ++share/doc/%%PYTHON_VERSION%%/dist/module-distutils.sysconfig.html + share/doc/%%PYTHON_VERSION%%/dist/sdist-cmd.html + share/doc/%%PYTHON_VERSION%%/dist/setup-config.html + share/doc/%%PYTHON_VERSION%%/dist/setup-script.html + share/doc/%%PYTHON_VERSION%%/dist/simple-example.html +-share/doc/%%PYTHON_VERSION%%/dist/single-ext.html + share/doc/%%PYTHON_VERSION%%/dist/source-dist.html + share/doc/%%PYTHON_VERSION%%/doc/about.html + share/doc/%%PYTHON_VERSION%%/doc/classes.html + share/doc/%%PYTHON_VERSION%%/doc/contents.html ++share/doc/%%PYTHON_VERSION%%/doc/directories.html + share/doc/%%PYTHON_VERSION%%/doc/discussion.html + share/doc/%%PYTHON_VERSION%%/doc/doc.css + share/doc/%%PYTHON_VERSION%%/doc/doc.html + share/doc/%%PYTHON_VERSION%%/doc/futures.html ++share/doc/%%PYTHON_VERSION%%/doc/grammar-displays.html ++share/doc/%%PYTHON_VERSION%%/doc/gui-markup.html + share/doc/%%PYTHON_VERSION%%/doc/index.html + share/doc/%%PYTHON_VERSION%%/doc/indexing.html + share/doc/%%PYTHON_VERSION%%/doc/info-units.html ++share/doc/%%PYTHON_VERSION%%/doc/inline-markup.html ++share/doc/%%PYTHON_VERSION%%/doc/intro.html + share/doc/%%PYTHON_VERSION%%/doc/latex-primer.html ++share/doc/%%PYTHON_VERSION%%/doc/latex-syntax.html ++share/doc/%%PYTHON_VERSION%%/doc/library-markup.html + share/doc/%%PYTHON_VERSION%%/doc/meta-info.html +-share/doc/%%PYTHON_VERSION%%/doc/node10.html +-share/doc/%%PYTHON_VERSION%%/doc/node11.html +-share/doc/%%PYTHON_VERSION%%/doc/node12.html +-share/doc/%%PYTHON_VERSION%%/doc/node13.html +-share/doc/%%PYTHON_VERSION%%/doc/node14.html +-share/doc/%%PYTHON_VERSION%%/doc/node17.html +-share/doc/%%PYTHON_VERSION%%/doc/node18.html +-share/doc/%%PYTHON_VERSION%%/doc/node19.html +-share/doc/%%PYTHON_VERSION%%/doc/node2.html +-share/doc/%%PYTHON_VERSION%%/doc/node20.html +-share/doc/%%PYTHON_VERSION%%/doc/node3.html ++share/doc/%%PYTHON_VERSION%%/doc/misc-text-markup.html ++share/doc/%%PYTHON_VERSION%%/doc/module-markup.html + share/doc/%%PYTHON_VERSION%%/doc/node6.html + share/doc/%%PYTHON_VERSION%%/doc/preamble-info.html + share/doc/%%PYTHON_VERSION%%/doc/references.html ++share/doc/%%PYTHON_VERSION%%/doc/showing-examples.html ++share/doc/%%PYTHON_VERSION%%/doc/special-constructs.html + share/doc/%%PYTHON_VERSION%%/doc/structured.html ++share/doc/%%PYTHON_VERSION%%/doc/style-guide.html ++share/doc/%%PYTHON_VERSION%%/doc/table-markup.html ++share/doc/%%PYTHON_VERSION%%/doc/tools-external.html ++share/doc/%%PYTHON_VERSION%%/doc/tools-internal.html ++share/doc/%%PYTHON_VERSION%%/doc/tools.html + share/doc/%%PYTHON_VERSION%%/ext/about.html + share/doc/%%PYTHON_VERSION%%/ext/backToExample.html + share/doc/%%PYTHON_VERSION%%/ext/buildValue.html +-share/doc/%%PYTHON_VERSION%%/ext/building-on-unix.html + share/doc/%%PYTHON_VERSION%%/ext/building-on-windows.html ++share/doc/%%PYTHON_VERSION%%/ext/building.html + share/doc/%%PYTHON_VERSION%%/ext/callingPython.html + share/doc/%%PYTHON_VERSION%%/ext/compilation.html + share/doc/%%PYTHON_VERSION%%/ext/contents.html + share/doc/%%PYTHON_VERSION%%/ext/cplusplus.html +-share/doc/%%PYTHON_VERSION%%/ext/custom-interps.html ++share/doc/%%PYTHON_VERSION%%/ext/defining-new-types.html + share/doc/%%PYTHON_VERSION%%/ext/distributing.html ++share/doc/%%PYTHON_VERSION%%/ext/dnt-basics.html ++share/doc/%%PYTHON_VERSION%%/ext/dnt-type-methods.html + share/doc/%%PYTHON_VERSION%%/ext/dynamic-linking.html + share/doc/%%PYTHON_VERSION%%/ext/embedding.html + share/doc/%%PYTHON_VERSION%%/ext/embeddingInCplusplus.html + share/doc/%%PYTHON_VERSION%%/ext/errors.html + share/doc/%%PYTHON_VERSION%%/ext/ext.css + share/doc/%%PYTHON_VERSION%%/ext/ext.html ++share/doc/%%PYTHON_VERSION%%/ext/extending-with-embedding.html + share/doc/%%PYTHON_VERSION%%/ext/front.html ++share/doc/%%PYTHON_VERSION%%/ext/high-level-embedding.html + share/doc/%%PYTHON_VERSION%%/ext/index.html + share/doc/%%PYTHON_VERSION%%/ext/intro.html + share/doc/%%PYTHON_VERSION%%/ext/link-reqs.html ++share/doc/%%PYTHON_VERSION%%/ext/lower-level-embedding.html + share/doc/%%PYTHON_VERSION%%/ext/methodTable.html +-share/doc/%%PYTHON_VERSION%%/ext/module-defn-example.html +-share/doc/%%PYTHON_VERSION%%/ext/module-defn-options.html ++share/doc/%%PYTHON_VERSION%%/ext/node23.html ++share/doc/%%PYTHON_VERSION%%/ext/node24.html ++share/doc/%%PYTHON_VERSION%%/ext/node25.html ++share/doc/%%PYTHON_VERSION%%/ext/node26.html ++share/doc/%%PYTHON_VERSION%%/ext/node27.html ++share/doc/%%PYTHON_VERSION%%/ext/node28.html ++share/doc/%%PYTHON_VERSION%%/ext/node43.html ++share/doc/%%PYTHON_VERSION%%/ext/node44.html ++share/doc/%%PYTHON_VERSION%%/ext/node45.html + share/doc/%%PYTHON_VERSION%%/ext/nullPointers.html + share/doc/%%PYTHON_VERSION%%/ext/ownershipRules.html + share/doc/%%PYTHON_VERSION%%/ext/parseTuple.html + share/doc/%%PYTHON_VERSION%%/ext/parseTupleAndKeywords.html ++share/doc/%%PYTHON_VERSION%%/ext/pure-embedding.html + share/doc/%%PYTHON_VERSION%%/ext/refcounts.html + share/doc/%%PYTHON_VERSION%%/ext/refcountsInPython.html + share/doc/%%PYTHON_VERSION%%/ext/reporting-bugs.html ++share/doc/%%PYTHON_VERSION%%/ext/run-func.txt + share/doc/%%PYTHON_VERSION%%/ext/simpleExample.html + share/doc/%%PYTHON_VERSION%%/ext/thinIce.html + share/doc/%%PYTHON_VERSION%%/ext/using-cobjects.html +@@ -185,81 +184,47 @@ + share/doc/%%PYTHON_VERSION%%/icons/blank.gif + share/doc/%%PYTHON_VERSION%%/icons/contents.gif + share/doc/%%PYTHON_VERSION%%/icons/index.gif +-share/doc/%%PYTHON_VERSION%%/icons/labslogo.gif + share/doc/%%PYTHON_VERSION%%/icons/modules.gif + share/doc/%%PYTHON_VERSION%%/icons/next.gif +-share/doc/%%PYTHON_VERSION%%/icons/offsite.gif + share/doc/%%PYTHON_VERSION%%/icons/previous.gif +-share/doc/%%PYTHON_VERSION%%/icons/pythonlabs.gif + share/doc/%%PYTHON_VERSION%%/icons/up.gif + share/doc/%%PYTHON_VERSION%%/index.html + share/doc/%%PYTHON_VERSION%%/inst/about.html +-share/doc/%%PYTHON_VERSION%%/inst/alt-install-home.html +-share/doc/%%PYTHON_VERSION%%/inst/alt-install-macos.html +-share/doc/%%PYTHON_VERSION%%/inst/alt-install-prefix.html + share/doc/%%PYTHON_VERSION%%/inst/alt-install-windows.html +-share/doc/%%PYTHON_VERSION%%/inst/alt-install.html +-share/doc/%%PYTHON_VERSION%%/inst/building-ext.html +-share/doc/%%PYTHON_VERSION%%/inst/config-files.html +-share/doc/%%PYTHON_VERSION%%/inst/contents.html ++share/doc/%%PYTHON_VERSION%%/inst/config-syntax.html + share/doc/%%PYTHON_VERSION%%/inst/custom-install.html +-share/doc/%%PYTHON_VERSION%%/inst/how-build-works.html +-share/doc/%%PYTHON_VERSION%%/inst/how-install-works.html + share/doc/%%PYTHON_VERSION%%/inst/index.html + share/doc/%%PYTHON_VERSION%%/inst/inst.css + share/doc/%%PYTHON_VERSION%%/inst/inst.html +-share/doc/%%PYTHON_VERSION%%/inst/intro.html +-share/doc/%%PYTHON_VERSION%%/inst/makefile-pre-in.html +-share/doc/%%PYTHON_VERSION%%/inst/manual-install.html +-share/doc/%%PYTHON_VERSION%%/inst/new-standard.html + share/doc/%%PYTHON_VERSION%%/inst/non-ms-compilers.html +-share/doc/%%PYTHON_VERSION%%/inst/old-way.html +-share/doc/%%PYTHON_VERSION%%/inst/platform-variations.html +-share/doc/%%PYTHON_VERSION%%/inst/pre-distutils.html +-share/doc/%%PYTHON_VERSION%%/inst/splitting-up.html + share/doc/%%PYTHON_VERSION%%/inst/standard-install.html + share/doc/%%PYTHON_VERSION%%/inst/trivial-install.html +-share/doc/%%PYTHON_VERSION%%/inst/tweak-flags.html +-share/doc/%%PYTHON_VERSION%%/lib/AST_Errors.html +-share/doc/%%PYTHON_VERSION%%/lib/AST_Examples.html +-share/doc/%%PYTHON_VERSION%%/lib/AST_Objects.html + share/doc/%%PYTHON_VERSION%%/lib/Cmd-objects.html + share/doc/%%PYTHON_VERSION%%/lib/ConfigParser-objects.html +-share/doc/%%PYTHON_VERSION%%/lib/Contents_of_Module_re.html +-share/doc/%%PYTHON_VERSION%%/lib/Converting_ASTs.html +-share/doc/%%PYTHON_VERSION%%/lib/Creating_ASTs.html +-share/doc/%%PYTHON_VERSION%%/lib/Deterministic_Profiling.html +-share/doc/%%PYTHON_VERSION%%/lib/FL_Functions.html +-share/doc/%%PYTHON_VERSION%%/lib/Functions_in_cgi_module.html +-share/doc/%%PYTHON_VERSION%%/lib/HTTP_Examples.html + share/doc/%%PYTHON_VERSION%%/lib/MimeWriter-objects.html + share/doc/%%PYTHON_VERSION%%/lib/MultiFile-objects.html +-share/doc/%%PYTHON_VERSION%%/lib/PrettyPrinter_Objects.html +-share/doc/%%PYTHON_VERSION%%/lib/Profiler_Changes.html +-share/doc/%%PYTHON_VERSION%%/lib/Profiler_Extensions.html +-share/doc/%%PYTHON_VERSION%%/lib/Profiler_Introduction.html +-share/doc/%%PYTHON_VERSION%%/lib/Querying_ASTs.html + share/doc/%%PYTHON_VERSION%%/lib/QueueObjects.html + share/doc/%%PYTHON_VERSION%%/lib/Repr-objects.html + share/doc/%%PYTHON_VERSION%%/lib/SMTP-example.html + share/doc/%%PYTHON_VERSION%%/lib/SMTP-objects.html +-share/doc/%%PYTHON_VERSION%%/lib/Signal_Example.html +-share/doc/%%PYTHON_VERSION%%/lib/Urllib_Examples.html +-share/doc/%%PYTHON_VERSION%%/lib/Using_the_cgi_module.html + share/doc/%%PYTHON_VERSION%%/lib/Wave-read-objects.html + share/doc/%%PYTHON_VERSION%%/lib/Wave-write-objects.html + share/doc/%%PYTHON_VERSION%%/lib/about.html ++share/doc/%%PYTHON_VERSION%%/lib/abstract-basic-auth-handler.html ++share/doc/%%PYTHON_VERSION%%/lib/abstract-digest-auth-handler.html + share/doc/%%PYTHON_VERSION%%/lib/addresslist-objects.html + share/doc/%%PYTHON_VERSION%%/lib/al-config-objects.html + share/doc/%%PYTHON_VERSION%%/lib/al-port-objects.html + share/doc/%%PYTHON_VERSION%%/lib/allos.html + share/doc/%%PYTHON_VERSION%%/lib/asyncore-example.html + share/doc/%%PYTHON_VERSION%%/lib/atexit-example.html +-share/doc/%%PYTHON_VERSION%%/lib/attributes-impl-objects.html +-share/doc/%%PYTHON_VERSION%%/lib/attributes-ns-impl-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/attributes-ns-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/attributes-objects.html + share/doc/%%PYTHON_VERSION%%/lib/au-read-objects.html + share/doc/%%PYTHON_VERSION%%/lib/au-write-objects.html + share/doc/%%PYTHON_VERSION%%/lib/audio-device-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/base-handler-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/binary-objects.html + share/doc/%%PYTHON_VERSION%%/lib/binhex-notes.html + share/doc/%%PYTHON_VERSION%%/lib/bisect-example.html + share/doc/%%PYTHON_VERSION%%/lib/bitstring-ops.html +@@ -268,16 +233,20 @@ + share/doc/%%PYTHON_VERSION%%/lib/bltin-file-objects.html + share/doc/%%PYTHON_VERSION%%/lib/bltin-null-object.html + share/doc/%%PYTHON_VERSION%%/lib/bltin-type-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/boolean-objects.html + share/doc/%%PYTHON_VERSION%%/lib/boolean.html + share/doc/%%PYTHON_VERSION%%/lib/browser-controllers.html + share/doc/%%PYTHON_VERSION%%/lib/bsddb-objects.html + share/doc/%%PYTHON_VERSION%%/lib/built-in-funcs.html + share/doc/%%PYTHON_VERSION%%/lib/builtin.html + share/doc/%%PYTHON_VERSION%%/lib/bytecodes.html ++share/doc/%%PYTHON_VERSION%%/lib/cacheftp-handler-objects.html + share/doc/%%PYTHON_VERSION%%/lib/cd-parser-objects.html + share/doc/%%PYTHON_VERSION%%/lib/cgi-intro.html ++share/doc/%%PYTHON_VERSION%%/lib/cgi-security.html + share/doc/%%PYTHON_VERSION%%/lib/codec-objects.html + share/doc/%%PYTHON_VERSION%%/lib/comparisons.html ++share/doc/%%PYTHON_VERSION%%/lib/compiler.html + share/doc/%%PYTHON_VERSION%%/lib/completer-objects.html + share/doc/%%PYTHON_VERSION%%/lib/condition-objects.html + share/doc/%%PYTHON_VERSION%%/lib/console-objects.html +@@ -287,38 +256,90 @@ + share/doc/%%PYTHON_VERSION%%/lib/cookie-objects.html + share/doc/%%PYTHON_VERSION%%/lib/crypto.html + share/doc/%%PYTHON_VERSION%%/lib/curses-functions.html ++share/doc/%%PYTHON_VERSION%%/lib/curses-panel-objects.html + share/doc/%%PYTHON_VERSION%%/lib/curses-textpad-objects.html + share/doc/%%PYTHON_VERSION%%/lib/curses-window-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/cursespanel-functions.html ++share/doc/%%PYTHON_VERSION%%/lib/datetime-objects.html + share/doc/%%PYTHON_VERSION%%/lib/dbhash-objects.html + share/doc/%%PYTHON_VERSION%%/lib/debugger-commands.html ++share/doc/%%PYTHON_VERSION%%/lib/debugger-hooks.html ++share/doc/%%PYTHON_VERSION%%/lib/differ-examples.html ++share/doc/%%PYTHON_VERSION%%/lib/differ-objects.html + share/doc/%%PYTHON_VERSION%%/lib/dircmp-objects.html + share/doc/%%PYTHON_VERSION%%/lib/dl-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-accessor-methods.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-attr-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-attributelist-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-comment-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-conformance.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-document-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-documenttype-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-element-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-example.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-exceptions.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-implementation-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-node-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-nodelist-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-pi-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-text-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/dom-type-mapping.html ++share/doc/%%PYTHON_VERSION%%/lib/domeventstream-objects.html + share/doc/%%PYTHON_VERSION%%/lib/dtd-handler-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/email-dir.txt ++share/doc/%%PYTHON_VERSION%%/lib/email-mime.txt ++share/doc/%%PYTHON_VERSION%%/lib/email-simple.txt ++share/doc/%%PYTHON_VERSION%%/lib/email-unpack.txt + share/doc/%%PYTHON_VERSION%%/lib/embedding-locale.html + share/doc/%%PYTHON_VERSION%%/lib/entity-resolver-objects.html + share/doc/%%PYTHON_VERSION%%/lib/event-objects.html + share/doc/%%PYTHON_VERSION%%/lib/examples-imp.html ++share/doc/%%PYTHON_VERSION%%/lib/expat-content-models.html + share/doc/%%PYTHON_VERSION%%/lib/expat-errors.html + share/doc/%%PYTHON_VERSION%%/lib/expat-example.html ++share/doc/%%PYTHON_VERSION%%/lib/expaterror-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/fault-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/file-handler-objects.html + share/doc/%%PYTHON_VERSION%%/lib/form-objects.html + share/doc/%%PYTHON_VERSION%%/lib/formatter-impls.html + share/doc/%%PYTHON_VERSION%%/lib/formatter-interface.html + share/doc/%%PYTHON_VERSION%%/lib/forms-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/fpectl-example.html + share/doc/%%PYTHON_VERSION%%/lib/front.html ++share/doc/%%PYTHON_VERSION%%/lib/ftp-handler-objects.html + share/doc/%%PYTHON_VERSION%%/lib/ftp-objects.html + share/doc/%%PYTHON_VERSION%%/lib/genindex.html ++share/doc/%%PYTHON_VERSION%%/lib/gopher-handler.html + share/doc/%%PYTHON_VERSION%%/lib/handle-object.html + share/doc/%%PYTHON_VERSION%%/lib/html-parser-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/htmlparser-example.html ++share/doc/%%PYTHON_VERSION%%/lib/http-basic-auth-handler.html ++share/doc/%%PYTHON_VERSION%%/lib/http-digest-auth-handler.html ++share/doc/%%PYTHON_VERSION%%/lib/http-handler-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/http-password-mgr.html ++share/doc/%%PYTHON_VERSION%%/lib/http-redirect-handler.html ++share/doc/%%PYTHON_VERSION%%/lib/httpconnection-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/httplib-examples.html ++share/doc/%%PYTHON_VERSION%%/lib/httpresponse-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/https-handler-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/idle.html + share/doc/%%PYTHON_VERSION%%/lib/imap4-example.html + share/doc/%%PYTHON_VERSION%%/lib/imap4-objects.html + share/doc/%%PYTHON_VERSION%%/lib/img1.gif ++share/doc/%%PYTHON_VERSION%%/lib/img2.gif + share/doc/%%PYTHON_VERSION%%/lib/incremental-parser-objects.html + share/doc/%%PYTHON_VERSION%%/lib/index.html + share/doc/%%PYTHON_VERSION%%/lib/input-source-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/inspect-classes-functions.html ++share/doc/%%PYTHON_VERSION%%/lib/inspect-source.html ++share/doc/%%PYTHON_VERSION%%/lib/inspect-stack.html ++share/doc/%%PYTHON_VERSION%%/lib/inspect-types.html + share/doc/%%PYTHON_VERSION%%/lib/internet.html + share/doc/%%PYTHON_VERSION%%/lib/interpreter-objects.html + share/doc/%%PYTHON_VERSION%%/lib/intro.html + share/doc/%%PYTHON_VERSION%%/lib/language.html ++share/doc/%%PYTHON_VERSION%%/lib/legacy-unit-tests.html + share/doc/%%PYTHON_VERSION%%/lib/lib.css + share/doc/%%PYTHON_VERSION%%/lib/lib.html + share/doc/%%PYTHON_VERSION%%/lib/locator-objects.html +@@ -332,6 +353,9 @@ + share/doc/%%PYTHON_VERSION%%/lib/mh-message-objects.html + share/doc/%%PYTHON_VERSION%%/lib/mh-objects.html + share/doc/%%PYTHON_VERSION%%/lib/mimetools-message-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/mimetypes-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/minidom-and-dom.html ++share/doc/%%PYTHON_VERSION%%/lib/minidom-example.txt + share/doc/%%PYTHON_VERSION%%/lib/misc.html + share/doc/%%PYTHON_VERSION%%/lib/mmedia.html + share/doc/%%PYTHON_VERSION%%/lib/modindex.html +@@ -342,12 +366,17 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-ConfigParser.html + share/doc/%%PYTHON_VERSION%%/lib/module-Cookie.html + share/doc/%%PYTHON_VERSION%%/lib/module-DEVICE.html ++share/doc/%%PYTHON_VERSION%%/lib/module-HTMLParser.html + share/doc/%%PYTHON_VERSION%%/lib/module-MimeWriter.html + share/doc/%%PYTHON_VERSION%%/lib/module-Queue.html ++share/doc/%%PYTHON_VERSION%%/lib/module-ScrolledText.html + share/doc/%%PYTHON_VERSION%%/lib/module-SimpleHTTPServer.html ++share/doc/%%PYTHON_VERSION%%/lib/module-SimpleXMLRPCServer.html + share/doc/%%PYTHON_VERSION%%/lib/module-SocketServer.html + share/doc/%%PYTHON_VERSION%%/lib/module-StringIO.html + share/doc/%%PYTHON_VERSION%%/lib/module-TERMIOSuppercase.html ++share/doc/%%PYTHON_VERSION%%/lib/module-Tix.html ++share/doc/%%PYTHON_VERSION%%/lib/module-Tkinter.html + share/doc/%%PYTHON_VERSION%%/lib/module-UserDict.html + share/doc/%%PYTHON_VERSION%%/lib/module-UserList.html + share/doc/%%PYTHON_VERSION%%/lib/module-UserString.html +@@ -370,6 +399,7 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-calendar.html + share/doc/%%PYTHON_VERSION%%/lib/module-cd.html + share/doc/%%PYTHON_VERSION%%/lib/module-cgi.html ++share/doc/%%PYTHON_VERSION%%/lib/module-cgitb.html + share/doc/%%PYTHON_VERSION%%/lib/module-chunk.html + share/doc/%%PYTHON_VERSION%%/lib/module-cmath.html + share/doc/%%PYTHON_VERSION%%/lib/module-cmd.html +@@ -379,19 +409,36 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-colorsys.html + share/doc/%%PYTHON_VERSION%%/lib/module-commands.html + share/doc/%%PYTHON_VERSION%%/lib/module-compileall.html ++share/doc/%%PYTHON_VERSION%%/lib/module-compiler.ast.html ++share/doc/%%PYTHON_VERSION%%/lib/module-compiler.html ++share/doc/%%PYTHON_VERSION%%/lib/module-compiler.visitor.html + share/doc/%%PYTHON_VERSION%%/lib/module-copy.html + share/doc/%%PYTHON_VERSION%%/lib/module-copyreg.html + share/doc/%%PYTHON_VERSION%%/lib/module-crypt.html + share/doc/%%PYTHON_VERSION%%/lib/module-curses.ascii.html + share/doc/%%PYTHON_VERSION%%/lib/module-curses.html ++share/doc/%%PYTHON_VERSION%%/lib/module-curses.panel.html + share/doc/%%PYTHON_VERSION%%/lib/module-curses.textpad.html + share/doc/%%PYTHON_VERSION%%/lib/module-curses.wrapper.html + share/doc/%%PYTHON_VERSION%%/lib/module-dbhash.html + share/doc/%%PYTHON_VERSION%%/lib/module-dbm.html ++share/doc/%%PYTHON_VERSION%%/lib/module-difflib.html + share/doc/%%PYTHON_VERSION%%/lib/module-dircache.html + share/doc/%%PYTHON_VERSION%%/lib/module-dis.html ++share/doc/%%PYTHON_VERSION%%/lib/module-distutils.html + share/doc/%%PYTHON_VERSION%%/lib/module-dl.html ++share/doc/%%PYTHON_VERSION%%/lib/module-doctest.html + share/doc/%%PYTHON_VERSION%%/lib/module-dumbdbm.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Charset.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Encoders.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Errors.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Generator.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Header.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Iterators.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Message.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Parser.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.Utils.html ++share/doc/%%PYTHON_VERSION%%/lib/module-email.html + share/doc/%%PYTHON_VERSION%%/lib/module-errno.html + share/doc/%%PYTHON_VERSION%%/lib/module-exceptions.html + share/doc/%%PYTHON_VERSION%%/lib/module-fcntl.html +@@ -403,6 +450,7 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-fm.html + share/doc/%%PYTHON_VERSION%%/lib/module-fnmatch.html + share/doc/%%PYTHON_VERSION%%/lib/module-formatter.html ++share/doc/%%PYTHON_VERSION%%/lib/module-fpectl.html + share/doc/%%PYTHON_VERSION%%/lib/module-fpformat.html + share/doc/%%PYTHON_VERSION%%/lib/module-ftplib.html + share/doc/%%PYTHON_VERSION%%/lib/module-gc.html +@@ -416,6 +464,7 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-gopherlib.html + share/doc/%%PYTHON_VERSION%%/lib/module-grp.html + share/doc/%%PYTHON_VERSION%%/lib/module-gzip.html ++share/doc/%%PYTHON_VERSION%%/lib/module-hmac.html + share/doc/%%PYTHON_VERSION%%/lib/module-htmlentitydefs.html + share/doc/%%PYTHON_VERSION%%/lib/module-htmllib.html + share/doc/%%PYTHON_VERSION%%/lib/module-httplib.html +@@ -424,6 +473,7 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-imgfile.html + share/doc/%%PYTHON_VERSION%%/lib/module-imghdr.html + share/doc/%%PYTHON_VERSION%%/lib/module-imp.html ++share/doc/%%PYTHON_VERSION%%/lib/module-inspect.html + share/doc/%%PYTHON_VERSION%%/lib/module-jpeg.html + share/doc/%%PYTHON_VERSION%%/lib/module-keyword.html + share/doc/%%PYTHON_VERSION%%/lib/module-linecache.html +@@ -464,6 +514,7 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-pwd.html + share/doc/%%PYTHON_VERSION%%/lib/module-pyclbr.html + share/doc/%%PYTHON_VERSION%%/lib/module-pycompile.html ++share/doc/%%PYTHON_VERSION%%/lib/module-pydoc.html + share/doc/%%PYTHON_VERSION%%/lib/module-quopri.html + share/doc/%%PYTHON_VERSION%%/lib/module-random.html + share/doc/%%PYTHON_VERSION%%/lib/module-re.html +@@ -510,24 +561,34 @@ + share/doc/%%PYTHON_VERSION%%/lib/module-tokenize.html + share/doc/%%PYTHON_VERSION%%/lib/module-traceback.html + share/doc/%%PYTHON_VERSION%%/lib/module-tty.html ++share/doc/%%PYTHON_VERSION%%/lib/module-turtle.html + share/doc/%%PYTHON_VERSION%%/lib/module-types.html + share/doc/%%PYTHON_VERSION%%/lib/module-unicodedata.html ++share/doc/%%PYTHON_VERSION%%/lib/module-unittest.html + share/doc/%%PYTHON_VERSION%%/lib/module-urllib.html ++share/doc/%%PYTHON_VERSION%%/lib/module-urllib2.html + share/doc/%%PYTHON_VERSION%%/lib/module-urlparse.html + share/doc/%%PYTHON_VERSION%%/lib/module-user.html + share/doc/%%PYTHON_VERSION%%/lib/module-uu.html ++share/doc/%%PYTHON_VERSION%%/lib/module-warnings.html + share/doc/%%PYTHON_VERSION%%/lib/module-wave.html ++share/doc/%%PYTHON_VERSION%%/lib/module-weakref.html + share/doc/%%PYTHON_VERSION%%/lib/module-webbrowser.html + share/doc/%%PYTHON_VERSION%%/lib/module-whichdb.html + share/doc/%%PYTHON_VERSION%%/lib/module-whrandom.html + share/doc/%%PYTHON_VERSION%%/lib/module-winsound.html + share/doc/%%PYTHON_VERSION%%/lib/module-xdrlib.html ++share/doc/%%PYTHON_VERSION%%/lib/module-xml.dom.html ++share/doc/%%PYTHON_VERSION%%/lib/module-xml.dom.minidom.html ++share/doc/%%PYTHON_VERSION%%/lib/module-xml.dom.pulldom.html + share/doc/%%PYTHON_VERSION%%/lib/module-xml.parsers.expat.html + share/doc/%%PYTHON_VERSION%%/lib/module-xml.sax.handler.html + share/doc/%%PYTHON_VERSION%%/lib/module-xml.sax.html + share/doc/%%PYTHON_VERSION%%/lib/module-xml.sax.saxutils.html + share/doc/%%PYTHON_VERSION%%/lib/module-xml.sax.xmlreader.html + share/doc/%%PYTHON_VERSION%%/lib/module-xmllib.html ++share/doc/%%PYTHON_VERSION%%/lib/module-xmlrpclib.html ++share/doc/%%PYTHON_VERSION%%/lib/module-xreadlines.html + share/doc/%%PYTHON_VERSION%%/lib/module-zipfile.html + share/doc/%%PYTHON_VERSION%%/lib/module-zlib.html + share/doc/%%PYTHON_VERSION%%/lib/morsel-objects.html +@@ -539,62 +600,159 @@ + share/doc/%%PYTHON_VERSION%%/lib/netdata.html + share/doc/%%PYTHON_VERSION%%/lib/netrc-objects.html + share/doc/%%PYTHON_VERSION%%/lib/nntp-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/node102.html ++share/doc/%%PYTHON_VERSION%%/lib/node113.html ++share/doc/%%PYTHON_VERSION%%/lib/node123.html ++share/doc/%%PYTHON_VERSION%%/lib/node124.html ++share/doc/%%PYTHON_VERSION%%/lib/node125.html ++share/doc/%%PYTHON_VERSION%%/lib/node126.html ++share/doc/%%PYTHON_VERSION%%/lib/node127.html + share/doc/%%PYTHON_VERSION%%/lib/node128.html +-share/doc/%%PYTHON_VERSION%%/lib/node141.html +-share/doc/%%PYTHON_VERSION%%/lib/node144.html +-share/doc/%%PYTHON_VERSION%%/lib/node145.html +-share/doc/%%PYTHON_VERSION%%/lib/node146.html +-share/doc/%%PYTHON_VERSION%%/lib/node147.html +-share/doc/%%PYTHON_VERSION%%/lib/node148.html +-share/doc/%%PYTHON_VERSION%%/lib/node149.html +-share/doc/%%PYTHON_VERSION%%/lib/node150.html +-share/doc/%%PYTHON_VERSION%%/lib/node151.html +-share/doc/%%PYTHON_VERSION%%/lib/node152.html +-share/doc/%%PYTHON_VERSION%%/lib/node153.html +-share/doc/%%PYTHON_VERSION%%/lib/node154.html +-share/doc/%%PYTHON_VERSION%%/lib/node155.html +-share/doc/%%PYTHON_VERSION%%/lib/node215.html ++share/doc/%%PYTHON_VERSION%%/lib/node129.html ++share/doc/%%PYTHON_VERSION%%/lib/node130.html ++share/doc/%%PYTHON_VERSION%%/lib/node183.html ++share/doc/%%PYTHON_VERSION%%/lib/node199.html ++share/doc/%%PYTHON_VERSION%%/lib/node202.html ++share/doc/%%PYTHON_VERSION%%/lib/node203.html ++share/doc/%%PYTHON_VERSION%%/lib/node204.html ++share/doc/%%PYTHON_VERSION%%/lib/node205.html ++share/doc/%%PYTHON_VERSION%%/lib/node206.html ++share/doc/%%PYTHON_VERSION%%/lib/node207.html ++share/doc/%%PYTHON_VERSION%%/lib/node208.html ++share/doc/%%PYTHON_VERSION%%/lib/node209.html ++share/doc/%%PYTHON_VERSION%%/lib/node210.html ++share/doc/%%PYTHON_VERSION%%/lib/node211.html ++share/doc/%%PYTHON_VERSION%%/lib/node212.html ++share/doc/%%PYTHON_VERSION%%/lib/node213.html + share/doc/%%PYTHON_VERSION%%/lib/node216.html +-share/doc/%%PYTHON_VERSION%%/lib/node222.html +-share/doc/%%PYTHON_VERSION%%/lib/node241.html +-share/doc/%%PYTHON_VERSION%%/lib/node243.html +-share/doc/%%PYTHON_VERSION%%/lib/node244.html +-share/doc/%%PYTHON_VERSION%%/lib/node245.html +-share/doc/%%PYTHON_VERSION%%/lib/node246.html +-share/doc/%%PYTHON_VERSION%%/lib/node247.html +-share/doc/%%PYTHON_VERSION%%/lib/node252.html +-share/doc/%%PYTHON_VERSION%%/lib/node366.html +-share/doc/%%PYTHON_VERSION%%/lib/node376.html +-share/doc/%%PYTHON_VERSION%%/lib/node377.html +-share/doc/%%PYTHON_VERSION%%/lib/node413.html +-share/doc/%%PYTHON_VERSION%%/lib/node422.html +-share/doc/%%PYTHON_VERSION%%/lib/node423.html +-share/doc/%%PYTHON_VERSION%%/lib/node424.html +-share/doc/%%PYTHON_VERSION%%/lib/node425.html +-share/doc/%%PYTHON_VERSION%%/lib/node427.html +-share/doc/%%PYTHON_VERSION%%/lib/node80.html ++share/doc/%%PYTHON_VERSION%%/lib/node265.html ++share/doc/%%PYTHON_VERSION%%/lib/node274.html ++share/doc/%%PYTHON_VERSION%%/lib/node275.html ++share/doc/%%PYTHON_VERSION%%/lib/node283.html ++share/doc/%%PYTHON_VERSION%%/lib/node284.html ++share/doc/%%PYTHON_VERSION%%/lib/node286.html ++share/doc/%%PYTHON_VERSION%%/lib/node291.html ++share/doc/%%PYTHON_VERSION%%/lib/node297.html ++share/doc/%%PYTHON_VERSION%%/lib/node298.html ++share/doc/%%PYTHON_VERSION%%/lib/node299.html ++share/doc/%%PYTHON_VERSION%%/lib/node300.html ++share/doc/%%PYTHON_VERSION%%/lib/node302.html ++share/doc/%%PYTHON_VERSION%%/lib/node303.html ++share/doc/%%PYTHON_VERSION%%/lib/node304.html ++share/doc/%%PYTHON_VERSION%%/lib/node305.html ++share/doc/%%PYTHON_VERSION%%/lib/node309.html ++share/doc/%%PYTHON_VERSION%%/lib/node368.html ++share/doc/%%PYTHON_VERSION%%/lib/node382.html ++share/doc/%%PYTHON_VERSION%%/lib/node384.html ++share/doc/%%PYTHON_VERSION%%/lib/node385.html ++share/doc/%%PYTHON_VERSION%%/lib/node387.html ++share/doc/%%PYTHON_VERSION%%/lib/node388.html ++share/doc/%%PYTHON_VERSION%%/lib/node395.html ++share/doc/%%PYTHON_VERSION%%/lib/node396.html ++share/doc/%%PYTHON_VERSION%%/lib/node397.html ++share/doc/%%PYTHON_VERSION%%/lib/node41.html ++share/doc/%%PYTHON_VERSION%%/lib/node445.html ++share/doc/%%PYTHON_VERSION%%/lib/node446.html ++share/doc/%%PYTHON_VERSION%%/lib/node508.html ++share/doc/%%PYTHON_VERSION%%/lib/node509.html ++share/doc/%%PYTHON_VERSION%%/lib/node510.html ++share/doc/%%PYTHON_VERSION%%/lib/node511.html ++share/doc/%%PYTHON_VERSION%%/lib/node512.html ++share/doc/%%PYTHON_VERSION%%/lib/node514.html ++share/doc/%%PYTHON_VERSION%%/lib/node515.html ++share/doc/%%PYTHON_VERSION%%/lib/node517.html ++share/doc/%%PYTHON_VERSION%%/lib/node518.html ++share/doc/%%PYTHON_VERSION%%/lib/node519.html ++share/doc/%%PYTHON_VERSION%%/lib/node520.html ++share/doc/%%PYTHON_VERSION%%/lib/node521.html ++share/doc/%%PYTHON_VERSION%%/lib/node522.html ++share/doc/%%PYTHON_VERSION%%/lib/node523.html ++share/doc/%%PYTHON_VERSION%%/lib/node525.html ++share/doc/%%PYTHON_VERSION%%/lib/node526.html ++share/doc/%%PYTHON_VERSION%%/lib/node527.html ++share/doc/%%PYTHON_VERSION%%/lib/node528.html ++share/doc/%%PYTHON_VERSION%%/lib/node529.html ++share/doc/%%PYTHON_VERSION%%/lib/node530.html ++share/doc/%%PYTHON_VERSION%%/lib/node531.html ++share/doc/%%PYTHON_VERSION%%/lib/node532.html ++share/doc/%%PYTHON_VERSION%%/lib/node533.html ++share/doc/%%PYTHON_VERSION%%/lib/node534.html ++share/doc/%%PYTHON_VERSION%%/lib/node535.html ++share/doc/%%PYTHON_VERSION%%/lib/node540.html ++share/doc/%%PYTHON_VERSION%%/lib/node541.html ++share/doc/%%PYTHON_VERSION%%/lib/node542.html ++share/doc/%%PYTHON_VERSION%%/lib/node543.html ++share/doc/%%PYTHON_VERSION%%/lib/node544.html ++share/doc/%%PYTHON_VERSION%%/lib/node545.html ++share/doc/%%PYTHON_VERSION%%/lib/node546.html ++share/doc/%%PYTHON_VERSION%%/lib/node547.html ++share/doc/%%PYTHON_VERSION%%/lib/node548.html ++share/doc/%%PYTHON_VERSION%%/lib/node549.html ++share/doc/%%PYTHON_VERSION%%/lib/node555.html ++share/doc/%%PYTHON_VERSION%%/lib/node559.html ++share/doc/%%PYTHON_VERSION%%/lib/node560.html ++share/doc/%%PYTHON_VERSION%%/lib/node561.html ++share/doc/%%PYTHON_VERSION%%/lib/node562.html ++share/doc/%%PYTHON_VERSION%%/lib/node563.html ++share/doc/%%PYTHON_VERSION%%/lib/node564.html ++share/doc/%%PYTHON_VERSION%%/lib/node565.html ++share/doc/%%PYTHON_VERSION%%/lib/node566.html ++share/doc/%%PYTHON_VERSION%%/lib/node581.html ++share/doc/%%PYTHON_VERSION%%/lib/node582.html ++share/doc/%%PYTHON_VERSION%%/lib/node584.html ++share/doc/%%PYTHON_VERSION%%/lib/node585.html ++share/doc/%%PYTHON_VERSION%%/lib/node587.html ++share/doc/%%PYTHON_VERSION%%/lib/node59.html ++share/doc/%%PYTHON_VERSION%%/lib/node597.html ++share/doc/%%PYTHON_VERSION%%/lib/node60.html ++share/doc/%%PYTHON_VERSION%%/lib/node61.html ++share/doc/%%PYTHON_VERSION%%/lib/node612.html ++share/doc/%%PYTHON_VERSION%%/lib/node62.html ++share/doc/%%PYTHON_VERSION%%/lib/node621.html ++share/doc/%%PYTHON_VERSION%%/lib/node622.html ++share/doc/%%PYTHON_VERSION%%/lib/node623.html ++share/doc/%%PYTHON_VERSION%%/lib/node624.html ++share/doc/%%PYTHON_VERSION%%/lib/node626.html ++share/doc/%%PYTHON_VERSION%%/lib/node628.html ++share/doc/%%PYTHON_VERSION%%/lib/node629.html ++share/doc/%%PYTHON_VERSION%%/lib/node630.html ++share/doc/%%PYTHON_VERSION%%/lib/node65.html ++share/doc/%%PYTHON_VERSION%%/lib/node66.html ++share/doc/%%PYTHON_VERSION%%/lib/node85.html ++share/doc/%%PYTHON_VERSION%%/lib/node99.html + share/doc/%%PYTHON_VERSION%%/lib/obsolete-modules.html ++share/doc/%%PYTHON_VERSION%%/lib/opener-director-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/operator-map.html ++share/doc/%%PYTHON_VERSION%%/lib/organizing-tests.html + share/doc/%%PYTHON_VERSION%%/lib/os-fd-ops.html + share/doc/%%PYTHON_VERSION%%/lib/os-file-dir.html + share/doc/%%PYTHON_VERSION%%/lib/os-newstreams.html + share/doc/%%PYTHON_VERSION%%/lib/os-path.html + share/doc/%%PYTHON_VERSION%%/lib/os-process.html + share/doc/%%PYTHON_VERSION%%/lib/os-procinfo.html ++share/doc/%%PYTHON_VERSION%%/lib/other-gui-packages.html ++share/doc/%%PYTHON_VERSION%%/lib/pen-rawpen-objects.html + share/doc/%%PYTHON_VERSION%%/lib/pickle-example.html ++share/doc/%%PYTHON_VERSION%%/lib/pickle-inst.html ++share/doc/%%PYTHON_VERSION%%/lib/pickle-protocol.html ++share/doc/%%PYTHON_VERSION%%/lib/pickle-sec.html + share/doc/%%PYTHON_VERSION%%/lib/player-objects.html + share/doc/%%PYTHON_VERSION%%/lib/poll-objects.html + share/doc/%%PYTHON_VERSION%%/lib/pop3-example.html + share/doc/%%PYTHON_VERSION%%/lib/pop3-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/popen2-flow-control.html + share/doc/%%PYTHON_VERSION%%/lib/popen3-objects.html + share/doc/%%PYTHON_VERSION%%/lib/posix-contents.html + share/doc/%%PYTHON_VERSION%%/lib/posix-large-files.html +-share/doc/%%PYTHON_VERSION%%/lib/profile-HotProfile.html + share/doc/%%PYTHON_VERSION%%/lib/profile-calibration.html + share/doc/%%PYTHON_VERSION%%/lib/profile-instant.html + share/doc/%%PYTHON_VERSION%%/lib/profile-limits.html +-share/doc/%%PYTHON_VERSION%%/lib/profile-old.html + share/doc/%%PYTHON_VERSION%%/lib/profile-stats.html + share/doc/%%PYTHON_VERSION%%/lib/profile.html ++share/doc/%%PYTHON_VERSION%%/lib/protocol-error-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/proxy-basic-auth-handler.html ++share/doc/%%PYTHON_VERSION%%/lib/proxy-digest-auth-handler.html ++share/doc/%%PYTHON_VERSION%%/lib/proxy-handler.html + share/doc/%%PYTHON_VERSION%%/lib/pyclbr-class-objects.html + share/doc/%%PYTHON_VERSION%%/lib/python.html + share/doc/%%PYTHON_VERSION%%/lib/pyzipfile-objects.html +@@ -602,19 +760,28 @@ + share/doc/%%PYTHON_VERSION%%/lib/re-syntax.html + share/doc/%%PYTHON_VERSION%%/lib/readline-example.html + share/doc/%%PYTHON_VERSION%%/lib/reporting-bugs.html ++share/doc/%%PYTHON_VERSION%%/lib/request-objects.html + share/doc/%%PYTHON_VERSION%%/lib/restricted.html ++share/doc/%%PYTHON_VERSION%%/lib/rexec-extension.html ++share/doc/%%PYTHON_VERSION%%/lib/rexec-objects.html + share/doc/%%PYTHON_VERSION%%/lib/rlock-objects.html +-share/doc/%%PYTHON_VERSION%%/lib/rng-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/sax-error-handler.html + share/doc/%%PYTHON_VERSION%%/lib/sax-exception-objects.html + share/doc/%%PYTHON_VERSION%%/lib/scheduler-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/semaphore-examples.html + share/doc/%%PYTHON_VERSION%%/lib/semaphore-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/sequence-matcher.html ++share/doc/%%PYTHON_VERSION%%/lib/sequencematcher-examples.html ++share/doc/%%PYTHON_VERSION%%/lib/serverproxy-objects.html + share/doc/%%PYTHON_VERSION%%/lib/sgi.html + share/doc/%%PYTHON_VERSION%%/lib/shlex-objects.html + share/doc/%%PYTHON_VERSION%%/lib/shutil-example.html ++share/doc/%%PYTHON_VERSION%%/lib/simple-xmlrpc-servers.html + share/doc/%%PYTHON_VERSION%%/lib/socket-example.html + share/doc/%%PYTHON_VERSION%%/lib/socket-objects.html + share/doc/%%PYTHON_VERSION%%/lib/someos.html + share/doc/%%PYTHON_VERSION%%/lib/specialattrs.html ++share/doc/%%PYTHON_VERSION%%/lib/ssl-objects.html + share/doc/%%PYTHON_VERSION%%/lib/stream-reader-objects.html + share/doc/%%PYTHON_VERSION%%/lib/stream-reader-writer.html + share/doc/%%PYTHON_VERSION%%/lib/stream-recoder-objects.html +@@ -626,10 +793,18 @@ + share/doc/%%PYTHON_VERSION%%/lib/telnet-example.html + share/doc/%%PYTHON_VERSION%%/lib/telnet-objects.html + share/doc/%%PYTHON_VERSION%%/lib/template-objects.html +-share/doc/%%PYTHON_VERSION%%/lib/termios_Example.html ++share/doc/%%PYTHON_VERSION%%/lib/testcase-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/testloader-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/testresult-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/testsuite-objects.html + share/doc/%%PYTHON_VERSION%%/lib/thread-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/timer-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/tkinter-basic-mapping.html ++share/doc/%%PYTHON_VERSION%%/lib/tkinter-setting-options.html ++share/doc/%%PYTHON_VERSION%%/lib/tkinter.html + share/doc/%%PYTHON_VERSION%%/lib/traceback-example.html + share/doc/%%PYTHON_VERSION%%/lib/truth.html ++share/doc/%%PYTHON_VERSION%%/lib/typeiter.html + share/doc/%%PYTHON_VERSION%%/lib/types.html + share/doc/%%PYTHON_VERSION%%/lib/typesfunctions.html + share/doc/%%PYTHON_VERSION%%/lib/typesinternal.html +@@ -644,15 +819,27 @@ + share/doc/%%PYTHON_VERSION%%/lib/typesseq-xrange.html + share/doc/%%PYTHON_VERSION%%/lib/typesseq.html + share/doc/%%PYTHON_VERSION%%/lib/undoc.html ++share/doc/%%PYTHON_VERSION%%/lib/unittest-contents.html ++share/doc/%%PYTHON_VERSION%%/lib/unittest-error-info.html + share/doc/%%PYTHON_VERSION%%/lib/unix.html ++share/doc/%%PYTHON_VERSION%%/lib/unknown-handler-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/urllib2-examples.html + share/doc/%%PYTHON_VERSION%%/lib/urlopener-objs.html ++share/doc/%%PYTHON_VERSION%%/lib/warning-categories.html ++share/doc/%%PYTHON_VERSION%%/lib/warning-filter.html ++share/doc/%%PYTHON_VERSION%%/lib/warning-functions.html ++share/doc/%%PYTHON_VERSION%%/lib/weakref-example.html ++share/doc/%%PYTHON_VERSION%%/lib/weakref-extension.html ++share/doc/%%PYTHON_VERSION%%/lib/weakref-objects.html + share/doc/%%PYTHON_VERSION%%/lib/writer-impls.html + share/doc/%%PYTHON_VERSION%%/lib/writer-interface.html + share/doc/%%PYTHON_VERSION%%/lib/xdr-exceptions.html + share/doc/%%PYTHON_VERSION%%/lib/xdr-packer-objects.html + share/doc/%%PYTHON_VERSION%%/lib/xdr-unpacker-objects.html + share/doc/%%PYTHON_VERSION%%/lib/xml-namespace.html ++share/doc/%%PYTHON_VERSION%%/lib/xmlparser-objects.html + share/doc/%%PYTHON_VERSION%%/lib/xmlreader-objects.html ++share/doc/%%PYTHON_VERSION%%/lib/xmlrpc-client-example.html + share/doc/%%PYTHON_VERSION%%/lib/zipfile-objects.html + share/doc/%%PYTHON_VERSION%%/lib/zipinfo-objects.html + share/doc/%%PYTHON_VERSION%%/mac/EditPythonPrefs.html +@@ -672,7 +859,6 @@ + share/doc/%%PYTHON_VERSION%%/mac/creator-code.html + share/doc/%%PYTHON_VERSION%%/mac/defaults.html + share/doc/%%PYTHON_VERSION%%/mac/dialogwindow-objects.html +-share/doc/%%PYTHON_VERSION%%/mac/dnr-result-object.html + share/doc/%%PYTHON_VERSION%%/mac/finfo-objects.html + share/doc/%%PYTHON_VERSION%%/mac/front.html + share/doc/%%PYTHON_VERSION%%/mac/fsspec-objects.html +@@ -684,29 +870,37 @@ + share/doc/%%PYTHON_VERSION%%/mac/mac.html + share/doc/%%PYTHON_VERSION%%/mac/macpython-modules.html + share/doc/%%PYTHON_VERSION%%/mac/modindex.html +-share/doc/%%PYTHON_VERSION%%/mac/module-AE.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Cm.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Ctl.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Dlg.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.AE.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.App.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.CF.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Cm.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Ctl.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Dlg.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Evt.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Fm.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Help.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.List.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Menu.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Mlte.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Qd.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Qdoffs.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Qt.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Res.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Scrap.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Snd.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.TE.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Carbon.Win.html ++share/doc/%%PYTHON_VERSION%%/mac/module-ColorPicker.html + share/doc/%%PYTHON_VERSION%%/mac/module-EasyDialogs.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Evt.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Fm.html + share/doc/%%PYTHON_VERSION%%/mac/module-FrameWork.html +-share/doc/%%PYTHON_VERSION%%/mac/module-List.html + share/doc/%%PYTHON_VERSION%%/mac/module-MacOS.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Menu.html + share/doc/%%PYTHON_VERSION%%/mac/module-MiniAEFrame.html ++share/doc/%%PYTHON_VERSION%%/mac/module-Nac.html + share/doc/%%PYTHON_VERSION%%/mac/module-PixMapWrapper.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Qd.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Qt.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Res.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Scrap.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Snd.html +-share/doc/%%PYTHON_VERSION%%/mac/module-TE.html + share/doc/%%PYTHON_VERSION%%/mac/module-W.html +-share/doc/%%PYTHON_VERSION%%/mac/module-Win.html + share/doc/%%PYTHON_VERSION%%/mac/module-aepack.html + share/doc/%%PYTHON_VERSION%%/mac/module-aetypes.html ++share/doc/%%PYTHON_VERSION%%/mac/module-applesingle.html + share/doc/%%PYTHON_VERSION%%/mac/module-buildtools.html + share/doc/%%PYTHON_VERSION%%/mac/module-cfmfile.html + share/doc/%%PYTHON_VERSION%%/mac/module-ctb.html +@@ -714,32 +908,34 @@ + share/doc/%%PYTHON_VERSION%%/mac/module-ic.html + share/doc/%%PYTHON_VERSION%%/mac/module-icopen.html + share/doc/%%PYTHON_VERSION%%/mac/module-mac.html +-share/doc/%%PYTHON_VERSION%%/mac/module-macdnr.html + share/doc/%%PYTHON_VERSION%%/mac/module-macerrors.html + share/doc/%%PYTHON_VERSION%%/mac/module-macfs.html + share/doc/%%PYTHON_VERSION%%/mac/module-macfsn.html + share/doc/%%PYTHON_VERSION%%/mac/module-macostools.html + share/doc/%%PYTHON_VERSION%%/mac/module-macpath.html ++share/doc/%%PYTHON_VERSION%%/mac/module-macresource.html + share/doc/%%PYTHON_VERSION%%/mac/module-macspeech.html +-share/doc/%%PYTHON_VERSION%%/mac/module-mactcp.html + share/doc/%%PYTHON_VERSION%%/mac/module-mactty.html ++share/doc/%%PYTHON_VERSION%%/mac/module-mkcwproject.html + share/doc/%%PYTHON_VERSION%%/mac/module-nsremote.html + share/doc/%%PYTHON_VERSION%%/mac/module-preferences.html + share/doc/%%PYTHON_VERSION%%/mac/module-pyresource.html + share/doc/%%PYTHON_VERSION%%/mac/module-pythonprefs.html + share/doc/%%PYTHON_VERSION%%/mac/module-quietconsole.html ++share/doc/%%PYTHON_VERSION%%/mac/module-videoreader.html + share/doc/%%PYTHON_VERSION%%/mac/module-waste.html + share/doc/%%PYTHON_VERSION%%/mac/node10.html + share/doc/%%PYTHON_VERSION%%/mac/node11.html + share/doc/%%PYTHON_VERSION%%/mac/node12.html + share/doc/%%PYTHON_VERSION%%/mac/node15.html + share/doc/%%PYTHON_VERSION%%/mac/node23.html +-share/doc/%%PYTHON_VERSION%%/mac/node36.html +-share/doc/%%PYTHON_VERSION%%/mac/node41.html +-share/doc/%%PYTHON_VERSION%%/mac/node42.html +-share/doc/%%PYTHON_VERSION%%/mac/node43.html ++share/doc/%%PYTHON_VERSION%%/mac/node34.html + share/doc/%%PYTHON_VERSION%%/mac/node6.html + share/doc/%%PYTHON_VERSION%%/mac/node7.html ++share/doc/%%PYTHON_VERSION%%/mac/node95.html ++share/doc/%%PYTHON_VERSION%%/mac/node96.html ++share/doc/%%PYTHON_VERSION%%/mac/node97.html ++share/doc/%%PYTHON_VERSION%%/mac/progressbar-objects.html + share/doc/%%PYTHON_VERSION%%/mac/scripting-with-BBedit.html + share/doc/%%PYTHON_VERSION%%/mac/scrolledwindow-object.html + share/doc/%%PYTHON_VERSION%%/mac/search-path.html +@@ -750,6 +946,7 @@ + share/doc/%%PYTHON_VERSION%%/mac/voice-objects.html + share/doc/%%PYTHON_VERSION%%/mac/window-objects.html + share/doc/%%PYTHON_VERSION%%/modindex.html ++share/doc/%%PYTHON_VERSION%%/ref/Booleans.html + share/doc/%%PYTHON_VERSION%%/ref/about.html + share/doc/%%PYTHON_VERSION%%/ref/assert.html + share/doc/%%PYTHON_VERSION%%/ref/assignment.html +@@ -766,6 +963,7 @@ + share/doc/%%PYTHON_VERSION%%/ref/callable-types.html + share/doc/%%PYTHON_VERSION%%/ref/calls.html + share/doc/%%PYTHON_VERSION%%/ref/class.html ++share/doc/%%PYTHON_VERSION%%/ref/coercion-rules.html + share/doc/%%PYTHON_VERSION%%/ref/comments.html + share/doc/%%PYTHON_VERSION%%/ref/comparisons.html + share/doc/%%PYTHON_VERSION%%/ref/compound.html +@@ -774,12 +972,14 @@ + share/doc/%%PYTHON_VERSION%%/ref/conversions.html + share/doc/%%PYTHON_VERSION%%/ref/customization.html + share/doc/%%PYTHON_VERSION%%/ref/datamodel.html ++share/doc/%%PYTHON_VERSION%%/ref/definitions.html + share/doc/%%PYTHON_VERSION%%/ref/del.html + share/doc/%%PYTHON_VERSION%%/ref/delimiters.html + share/doc/%%PYTHON_VERSION%%/ref/dict.html ++share/doc/%%PYTHON_VERSION%%/ref/dynamic-features.html ++share/doc/%%PYTHON_VERSION%%/ref/evalorder.html + share/doc/%%PYTHON_VERSION%%/ref/exceptions.html + share/doc/%%PYTHON_VERSION%%/ref/exec.html +-share/doc/%%PYTHON_VERSION%%/ref/execframes.html + share/doc/%%PYTHON_VERSION%%/ref/execmodel.html + share/doc/%%PYTHON_VERSION%%/ref/explicit-joining.html + share/doc/%%PYTHON_VERSION%%/ref/expression-input.html +@@ -791,8 +991,11 @@ + share/doc/%%PYTHON_VERSION%%/ref/for.html + share/doc/%%PYTHON_VERSION%%/ref/front.html + share/doc/%%PYTHON_VERSION%%/ref/function.html ++share/doc/%%PYTHON_VERSION%%/ref/future-statements.html ++share/doc/%%PYTHON_VERSION%%/ref/futures.html + share/doc/%%PYTHON_VERSION%%/ref/genindex.html + share/doc/%%PYTHON_VERSION%%/ref/global.html ++share/doc/%%PYTHON_VERSION%%/ref/grammar.txt + share/doc/%%PYTHON_VERSION%%/ref/id-classes.html + share/doc/%%PYTHON_VERSION%%/ref/identifiers.html + share/doc/%%PYTHON_VERSION%%/ref/if.html +@@ -805,12 +1008,19 @@ + share/doc/%%PYTHON_VERSION%%/ref/interactive.html + share/doc/%%PYTHON_VERSION%%/ref/introduction.html + share/doc/%%PYTHON_VERSION%%/ref/keywords.html +-share/doc/%%PYTHON_VERSION%%/ref/lambda.html ++share/doc/%%PYTHON_VERSION%%/ref/lambdas.html + share/doc/%%PYTHON_VERSION%%/ref/lexical.html + share/doc/%%PYTHON_VERSION%%/ref/line-structure.html + share/doc/%%PYTHON_VERSION%%/ref/lists.html + share/doc/%%PYTHON_VERSION%%/ref/literals.html + share/doc/%%PYTHON_VERSION%%/ref/logical.html ++share/doc/%%PYTHON_VERSION%%/ref/module-future.html ++share/doc/%%PYTHON_VERSION%%/ref/naming.html ++share/doc/%%PYTHON_VERSION%%/ref/nested-scopes.html ++share/doc/%%PYTHON_VERSION%%/ref/node102.html ++share/doc/%%PYTHON_VERSION%%/ref/node103.html ++share/doc/%%PYTHON_VERSION%%/ref/node104.html ++share/doc/%%PYTHON_VERSION%%/ref/node41.html + share/doc/%%PYTHON_VERSION%%/ref/notation.html + share/doc/%%PYTHON_VERSION%%/ref/numbers.html + share/doc/%%PYTHON_VERSION%%/ref/numeric-types.html +@@ -845,6 +1055,7 @@ + share/doc/%%PYTHON_VERSION%%/ref/unary.html + share/doc/%%PYTHON_VERSION%%/ref/while.html + share/doc/%%PYTHON_VERSION%%/ref/whitespace.html ++share/doc/%%PYTHON_VERSION%%/ref/yield.html + share/doc/%%PYTHON_VERSION%%/tut/about.html + share/doc/%%PYTHON_VERSION%%/tut/index.html + share/doc/%%PYTHON_VERSION%%/tut/node1.html +@@ -853,6 +1064,8 @@ + share/doc/%%PYTHON_VERSION%%/tut/node12.html + share/doc/%%PYTHON_VERSION%%/tut/node13.html + share/doc/%%PYTHON_VERSION%%/tut/node14.html ++share/doc/%%PYTHON_VERSION%%/tut/node15.html ++share/doc/%%PYTHON_VERSION%%/tut/node16.html + share/doc/%%PYTHON_VERSION%%/tut/node2.html + share/doc/%%PYTHON_VERSION%%/tut/node3.html + share/doc/%%PYTHON_VERSION%%/tut/node4.html +@@ -863,6 +1076,26 @@ + share/doc/%%PYTHON_VERSION%%/tut/node9.html + share/doc/%%PYTHON_VERSION%%/tut/tut.css + share/doc/%%PYTHON_VERSION%%/tut/tut.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/about.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/contents.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/img1.gif ++share/doc/%%PYTHON_VERSION%%/whatsnew/img2.gif ++share/doc/%%PYTHON_VERSION%%/whatsnew/index.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node10.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node11.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node12.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node13.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node2.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node4.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node5.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node6.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node7.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node8.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/node9.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/sect-rellinks.html ++share/doc/%%PYTHON_VERSION%%/whatsnew/whatsnew22.css ++share/doc/%%PYTHON_VERSION%%/whatsnew/whatsnew22.html ++@dirrm share/doc/%%PYTHON_VERSION%%/whatsnew + @dirrm share/doc/%%PYTHON_VERSION%%/tut + @dirrm share/doc/%%PYTHON_VERSION%%/ref + @dirrm share/doc/%%PYTHON_VERSION%%/mac diff --git a/lang/python-doc-html/pkg-plist_pdf-a4 b/lang/python-doc-html/pkg-plist_pdf-a4 index 3729cb749ef4..5a9100be1fff 100644 --- a/lang/python-doc-html/pkg-plist_pdf-a4 +++ b/lang/python-doc-html/pkg-plist_pdf-a4 @@ -7,4 +7,5 @@ share/doc/%%PYTHON_VERSION%%/lib.pdf share/doc/%%PYTHON_VERSION%%/mac.pdf share/doc/%%PYTHON_VERSION%%/ref.pdf share/doc/%%PYTHON_VERSION%%/tut.pdf +%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.pdf @unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true diff --git a/lang/python-doc-html/pkg-plist_pdf-letter b/lang/python-doc-html/pkg-plist_pdf-letter index 3729cb749ef4..5a9100be1fff 100644 --- a/lang/python-doc-html/pkg-plist_pdf-letter +++ b/lang/python-doc-html/pkg-plist_pdf-letter @@ -7,4 +7,5 @@ share/doc/%%PYTHON_VERSION%%/lib.pdf share/doc/%%PYTHON_VERSION%%/mac.pdf share/doc/%%PYTHON_VERSION%%/ref.pdf share/doc/%%PYTHON_VERSION%%/tut.pdf +%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.pdf @unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true diff --git a/lang/python-doc-html/pkg-plist_postscript-a4 b/lang/python-doc-html/pkg-plist_postscript-a4 index ce3bace37d72..d53add6711a1 100644 --- a/lang/python-doc-html/pkg-plist_postscript-a4 +++ b/lang/python-doc-html/pkg-plist_postscript-a4 @@ -8,4 +8,5 @@ share/doc/%%PYTHON_VERSION%%/mac.ps share/doc/%%PYTHON_VERSION%%/ref.ps share/doc/%%PYTHON_VERSION%%/tut.ps share/doc/%%PYTHON_VERSION%%/README +%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.ps @unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true diff --git a/lang/python-doc-html/pkg-plist_postscript-letter b/lang/python-doc-html/pkg-plist_postscript-letter index ce3bace37d72..d53add6711a1 100644 --- a/lang/python-doc-html/pkg-plist_postscript-letter +++ b/lang/python-doc-html/pkg-plist_postscript-letter @@ -8,4 +8,5 @@ share/doc/%%PYTHON_VERSION%%/mac.ps share/doc/%%PYTHON_VERSION%%/ref.ps share/doc/%%PYTHON_VERSION%%/tut.ps share/doc/%%PYTHON_VERSION%%/README +%%PYTHON22_ONLY%%share/doc/%%PYTHON_VERSION%%/whatsnew22.ps @unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true diff --git a/lang/python-doc-pdf-a4/Makefile b/lang/python-doc-pdf-a4/Makefile index f88728eaaec8..74158c6f4887 100644 --- a/lang/python-doc-pdf-a4/Makefile +++ b/lang/python-doc-pdf-a4/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: python-doc-pdf-a4 # Date created: 02 June 1999 -# Whom: Thomas Gellekum <alane@FreeBSD.org> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # diff --git a/lang/python-doc-pdf-letter/Makefile b/lang/python-doc-pdf-letter/Makefile index ce605ee761ab..4fb0675b660f 100644 --- a/lang/python-doc-pdf-letter/Makefile +++ b/lang/python-doc-pdf-letter/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: python-doc-pdf-letter # Date created: 02 June 1999 -# Whom: Thomas Gellekum <alane@FreeBSD.org> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # diff --git a/lang/python-doc-postscript-a4/Makefile b/lang/python-doc-postscript-a4/Makefile index 92d0e204796e..e8b769634983 100644 --- a/lang/python-doc-postscript-a4/Makefile +++ b/lang/python-doc-postscript-a4/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: python-doc-postscript-a4 # Date created: 02 June 1999 -# Whom: Thomas Gellekum <alane@FreeBSD.org> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # diff --git a/lang/python-doc-postscript-letter/Makefile b/lang/python-doc-postscript-letter/Makefile index b46bafa662e1..3d7f0cddd42c 100644 --- a/lang/python-doc-postscript-letter/Makefile +++ b/lang/python-doc-postscript-letter/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: python-doc-postscript-letter # Date created: 02 June 1999 -# Whom: Thomas Gellekum <alane@FreeBSD.org> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # |