Received: by mail.netbsd.org (Postfix, from userid 605) id 3178B8505D; Tue, 31 Jul 2018 10:18:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1379284FC2 for ; Tue, 31 Jul 2018 10:18:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qDo8N-Po8Aql for ; Tue, 31 Jul 2018 10:17:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9FFB384CFC for ; Tue, 31 Jul 2018 10:17:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91AEDFBEC; Tue, 31 Jul 2018 10:17:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153303227874750" MIME-Version: 1.0 Date: Tue, 31 Jul 2018 10:17:58 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/lang/py37-html-docs To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180731101758.91AEDFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153303227874750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Jul 31 10:17:58 UTC 2018 Added Files: pkgsrc/lang/py37-html-docs: DESCR Makefile PLIST distinfo Log Message: py37-html-docs: Add py37-html-docs-3.7.0 HTML Documentation for Python 3.7 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py37-html-docs/DESCR \ pkgsrc/lang/py37-html-docs/Makefile pkgsrc/lang/py37-html-docs/PLIST \ pkgsrc/lang/py37-html-docs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153303227874750 Content-Disposition: inline Content-Length: 50501 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/lang/py37-html-docs/DESCR diff -u /dev/null pkgsrc/lang/py37-html-docs/DESCR:1.1 --- /dev/null Tue Jul 31 10:17:58 2018 +++ pkgsrc/lang/py37-html-docs/DESCR Tue Jul 31 10:17:58 2018 @@ -0,0 +1 @@ +HTML Documentation for Python 3.7 Index: pkgsrc/lang/py37-html-docs/Makefile diff -u /dev/null pkgsrc/lang/py37-html-docs/Makefile:1.1 --- /dev/null Tue Jul 31 10:17:58 2018 +++ pkgsrc/lang/py37-html-docs/Makefile Tue Jul 31 10:17:58 2018 @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2018/07/31 10:17:58 leot Exp $ +# + +VERS= 3.7.0 +DISTNAME= python-${VERS}-docs-html +PKGNAME= py37-html-docs-${VERS} +CATEGORIES= lang python +MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= leot@NetBSD.org +HOMEPAGE= https://www.python.org/doc/ +COMMENT= HTML Documentation for Python 3.7 +LICENSE= python-software-foundation + +DIST_SUBDIR= python + +USE_TOOLS+= pax + +NO_CONFIGURE= yes +NO_BUILD= yes + +HTMLDIR= share/doc/python3.7 + +INSTALLATION_DIRS= ${HTMLDIR} + +do-install: + cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR} + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/py37-html-docs/PLIST diff -u /dev/null pkgsrc/lang/py37-html-docs/PLIST:1.1 --- /dev/null Tue Jul 31 10:17:58 2018 +++ pkgsrc/lang/py37-html-docs/PLIST Tue Jul 31 10:17:58 2018 @@ -0,0 +1,1013 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/31 10:17:58 leot Exp $ +share/doc/python3.7/.buildinfo +share/doc/python3.7/_downloads/tzinfo_examples.py +share/doc/python3.7/_images/hashlib-blake2-tree.png +share/doc/python3.7/_images/logging_flow.png +share/doc/python3.7/_images/pathlib-inheritance.png +share/doc/python3.7/_images/python-video-icon.png +share/doc/python3.7/_images/tulip_coro.png +share/doc/python3.7/_images/turtle-star.png +share/doc/python3.7/_images/win_installer.png +share/doc/python3.7/_sources/about.rst.txt +share/doc/python3.7/_sources/bugs.rst.txt +share/doc/python3.7/_sources/c-api/abstract.rst.txt +share/doc/python3.7/_sources/c-api/allocation.rst.txt +share/doc/python3.7/_sources/c-api/apiabiversion.rst.txt +share/doc/python3.7/_sources/c-api/arg.rst.txt +share/doc/python3.7/_sources/c-api/bool.rst.txt +share/doc/python3.7/_sources/c-api/buffer.rst.txt +share/doc/python3.7/_sources/c-api/bytearray.rst.txt +share/doc/python3.7/_sources/c-api/bytes.rst.txt +share/doc/python3.7/_sources/c-api/capsule.rst.txt +share/doc/python3.7/_sources/c-api/cell.rst.txt +share/doc/python3.7/_sources/c-api/code.rst.txt +share/doc/python3.7/_sources/c-api/codec.rst.txt +share/doc/python3.7/_sources/c-api/complex.rst.txt +share/doc/python3.7/_sources/c-api/concrete.rst.txt +share/doc/python3.7/_sources/c-api/contextvars.rst.txt +share/doc/python3.7/_sources/c-api/conversion.rst.txt +share/doc/python3.7/_sources/c-api/coro.rst.txt +share/doc/python3.7/_sources/c-api/datetime.rst.txt +share/doc/python3.7/_sources/c-api/descriptor.rst.txt +share/doc/python3.7/_sources/c-api/dict.rst.txt +share/doc/python3.7/_sources/c-api/exceptions.rst.txt +share/doc/python3.7/_sources/c-api/file.rst.txt +share/doc/python3.7/_sources/c-api/float.rst.txt +share/doc/python3.7/_sources/c-api/function.rst.txt +share/doc/python3.7/_sources/c-api/gcsupport.rst.txt +share/doc/python3.7/_sources/c-api/gen.rst.txt +share/doc/python3.7/_sources/c-api/import.rst.txt +share/doc/python3.7/_sources/c-api/index.rst.txt +share/doc/python3.7/_sources/c-api/init.rst.txt +share/doc/python3.7/_sources/c-api/intro.rst.txt +share/doc/python3.7/_sources/c-api/iter.rst.txt +share/doc/python3.7/_sources/c-api/iterator.rst.txt +share/doc/python3.7/_sources/c-api/list.rst.txt +share/doc/python3.7/_sources/c-api/long.rst.txt +share/doc/python3.7/_sources/c-api/mapping.rst.txt +share/doc/python3.7/_sources/c-api/marshal.rst.txt +share/doc/python3.7/_sources/c-api/memory.rst.txt +share/doc/python3.7/_sources/c-api/memoryview.rst.txt +share/doc/python3.7/_sources/c-api/method.rst.txt +share/doc/python3.7/_sources/c-api/module.rst.txt +share/doc/python3.7/_sources/c-api/none.rst.txt +share/doc/python3.7/_sources/c-api/number.rst.txt +share/doc/python3.7/_sources/c-api/objbuffer.rst.txt +share/doc/python3.7/_sources/c-api/object.rst.txt +share/doc/python3.7/_sources/c-api/objimpl.rst.txt +share/doc/python3.7/_sources/c-api/refcounting.rst.txt +share/doc/python3.7/_sources/c-api/reflection.rst.txt +share/doc/python3.7/_sources/c-api/sequence.rst.txt +share/doc/python3.7/_sources/c-api/set.rst.txt +share/doc/python3.7/_sources/c-api/slice.rst.txt +share/doc/python3.7/_sources/c-api/stable.rst.txt +share/doc/python3.7/_sources/c-api/structures.rst.txt +share/doc/python3.7/_sources/c-api/sys.rst.txt +share/doc/python3.7/_sources/c-api/tuple.rst.txt +share/doc/python3.7/_sources/c-api/type.rst.txt +share/doc/python3.7/_sources/c-api/typeobj.rst.txt +share/doc/python3.7/_sources/c-api/unicode.rst.txt +share/doc/python3.7/_sources/c-api/utilities.rst.txt +share/doc/python3.7/_sources/c-api/veryhigh.rst.txt +share/doc/python3.7/_sources/c-api/weakref.rst.txt +share/doc/python3.7/_sources/contents.rst.txt +share/doc/python3.7/_sources/copyright.rst.txt +share/doc/python3.7/_sources/distributing/index.rst.txt +share/doc/python3.7/_sources/distutils/apiref.rst.txt +share/doc/python3.7/_sources/distutils/builtdist.rst.txt +share/doc/python3.7/_sources/distutils/commandref.rst.txt +share/doc/python3.7/_sources/distutils/configfile.rst.txt +share/doc/python3.7/_sources/distutils/examples.rst.txt +share/doc/python3.7/_sources/distutils/extending.rst.txt +share/doc/python3.7/_sources/distutils/index.rst.txt +share/doc/python3.7/_sources/distutils/introduction.rst.txt +share/doc/python3.7/_sources/distutils/packageindex.rst.txt +share/doc/python3.7/_sources/distutils/setupscript.rst.txt +share/doc/python3.7/_sources/distutils/sourcedist.rst.txt +share/doc/python3.7/_sources/distutils/uploading.rst.txt +share/doc/python3.7/_sources/extending/building.rst.txt +share/doc/python3.7/_sources/extending/embedding.rst.txt +share/doc/python3.7/_sources/extending/extending.rst.txt +share/doc/python3.7/_sources/extending/index.rst.txt +share/doc/python3.7/_sources/extending/newtypes.rst.txt +share/doc/python3.7/_sources/extending/newtypes_tutorial.rst.txt +share/doc/python3.7/_sources/extending/windows.rst.txt +share/doc/python3.7/_sources/faq/design.rst.txt +share/doc/python3.7/_sources/faq/extending.rst.txt +share/doc/python3.7/_sources/faq/general.rst.txt +share/doc/python3.7/_sources/faq/gui.rst.txt +share/doc/python3.7/_sources/faq/index.rst.txt +share/doc/python3.7/_sources/faq/installed.rst.txt +share/doc/python3.7/_sources/faq/library.rst.txt +share/doc/python3.7/_sources/faq/programming.rst.txt +share/doc/python3.7/_sources/faq/windows.rst.txt +share/doc/python3.7/_sources/glossary.rst.txt +share/doc/python3.7/_sources/howto/argparse.rst.txt +share/doc/python3.7/_sources/howto/clinic.rst.txt +share/doc/python3.7/_sources/howto/cporting.rst.txt +share/doc/python3.7/_sources/howto/curses.rst.txt +share/doc/python3.7/_sources/howto/descriptor.rst.txt +share/doc/python3.7/_sources/howto/functional.rst.txt +share/doc/python3.7/_sources/howto/index.rst.txt +share/doc/python3.7/_sources/howto/instrumentation.rst.txt +share/doc/python3.7/_sources/howto/ipaddress.rst.txt +share/doc/python3.7/_sources/howto/logging-cookbook.rst.txt +share/doc/python3.7/_sources/howto/logging.rst.txt +share/doc/python3.7/_sources/howto/pyporting.rst.txt +share/doc/python3.7/_sources/howto/regex.rst.txt +share/doc/python3.7/_sources/howto/sockets.rst.txt +share/doc/python3.7/_sources/howto/sorting.rst.txt +share/doc/python3.7/_sources/howto/unicode.rst.txt +share/doc/python3.7/_sources/howto/urllib2.rst.txt +share/doc/python3.7/_sources/install/index.rst.txt +share/doc/python3.7/_sources/installing/index.rst.txt +share/doc/python3.7/_sources/library/2to3.rst.txt +share/doc/python3.7/_sources/library/__future__.rst.txt +share/doc/python3.7/_sources/library/__main__.rst.txt +share/doc/python3.7/_sources/library/_dummy_thread.rst.txt +share/doc/python3.7/_sources/library/_thread.rst.txt +share/doc/python3.7/_sources/library/abc.rst.txt +share/doc/python3.7/_sources/library/aifc.rst.txt +share/doc/python3.7/_sources/library/allos.rst.txt +share/doc/python3.7/_sources/library/archiving.rst.txt +share/doc/python3.7/_sources/library/argparse.rst.txt +share/doc/python3.7/_sources/library/array.rst.txt +share/doc/python3.7/_sources/library/ast.rst.txt +share/doc/python3.7/_sources/library/asynchat.rst.txt +share/doc/python3.7/_sources/library/asyncio-dev.rst.txt +share/doc/python3.7/_sources/library/asyncio-eventloop.rst.txt +share/doc/python3.7/_sources/library/asyncio-eventloops.rst.txt +share/doc/python3.7/_sources/library/asyncio-protocol.rst.txt +share/doc/python3.7/_sources/library/asyncio-queue.rst.txt +share/doc/python3.7/_sources/library/asyncio-stream.rst.txt +share/doc/python3.7/_sources/library/asyncio-subprocess.rst.txt +share/doc/python3.7/_sources/library/asyncio-sync.rst.txt +share/doc/python3.7/_sources/library/asyncio-task.rst.txt +share/doc/python3.7/_sources/library/asyncio.rst.txt +share/doc/python3.7/_sources/library/asyncore.rst.txt +share/doc/python3.7/_sources/library/atexit.rst.txt +share/doc/python3.7/_sources/library/audioop.rst.txt +share/doc/python3.7/_sources/library/base64.rst.txt +share/doc/python3.7/_sources/library/bdb.rst.txt +share/doc/python3.7/_sources/library/binary.rst.txt +share/doc/python3.7/_sources/library/binascii.rst.txt +share/doc/python3.7/_sources/library/binhex.rst.txt +share/doc/python3.7/_sources/library/bisect.rst.txt +share/doc/python3.7/_sources/library/builtins.rst.txt +share/doc/python3.7/_sources/library/bz2.rst.txt +share/doc/python3.7/_sources/library/calendar.rst.txt +share/doc/python3.7/_sources/library/cgi.rst.txt +share/doc/python3.7/_sources/library/cgitb.rst.txt +share/doc/python3.7/_sources/library/chunk.rst.txt +share/doc/python3.7/_sources/library/cmath.rst.txt +share/doc/python3.7/_sources/library/cmd.rst.txt +share/doc/python3.7/_sources/library/code.rst.txt +share/doc/python3.7/_sources/library/codecs.rst.txt +share/doc/python3.7/_sources/library/codeop.rst.txt +share/doc/python3.7/_sources/library/collections.abc.rst.txt +share/doc/python3.7/_sources/library/collections.rst.txt +share/doc/python3.7/_sources/library/colorsys.rst.txt +share/doc/python3.7/_sources/library/compileall.rst.txt +share/doc/python3.7/_sources/library/concurrency.rst.txt +share/doc/python3.7/_sources/library/concurrent.futures.rst.txt +share/doc/python3.7/_sources/library/concurrent.rst.txt +share/doc/python3.7/_sources/library/configparser.rst.txt +share/doc/python3.7/_sources/library/constants.rst.txt +share/doc/python3.7/_sources/library/contextlib.rst.txt +share/doc/python3.7/_sources/library/contextvars.rst.txt +share/doc/python3.7/_sources/library/copy.rst.txt +share/doc/python3.7/_sources/library/copyreg.rst.txt +share/doc/python3.7/_sources/library/crypt.rst.txt +share/doc/python3.7/_sources/library/crypto.rst.txt +share/doc/python3.7/_sources/library/csv.rst.txt +share/doc/python3.7/_sources/library/ctypes.rst.txt +share/doc/python3.7/_sources/library/curses.ascii.rst.txt +share/doc/python3.7/_sources/library/curses.panel.rst.txt +share/doc/python3.7/_sources/library/curses.rst.txt +share/doc/python3.7/_sources/library/custominterp.rst.txt +share/doc/python3.7/_sources/library/dataclasses.rst.txt +share/doc/python3.7/_sources/library/datatypes.rst.txt +share/doc/python3.7/_sources/library/datetime.rst.txt +share/doc/python3.7/_sources/library/dbm.rst.txt +share/doc/python3.7/_sources/library/debug.rst.txt +share/doc/python3.7/_sources/library/decimal.rst.txt +share/doc/python3.7/_sources/library/development.rst.txt +share/doc/python3.7/_sources/library/difflib.rst.txt +share/doc/python3.7/_sources/library/dis.rst.txt +share/doc/python3.7/_sources/library/distribution.rst.txt +share/doc/python3.7/_sources/library/distutils.rst.txt +share/doc/python3.7/_sources/library/doctest.rst.txt +share/doc/python3.7/_sources/library/dummy_threading.rst.txt +share/doc/python3.7/_sources/library/email.charset.rst.txt +share/doc/python3.7/_sources/library/email.compat32-message.rst.txt +share/doc/python3.7/_sources/library/email.contentmanager.rst.txt +share/doc/python3.7/_sources/library/email.encoders.rst.txt +share/doc/python3.7/_sources/library/email.errors.rst.txt +share/doc/python3.7/_sources/library/email.examples.rst.txt +share/doc/python3.7/_sources/library/email.generator.rst.txt +share/doc/python3.7/_sources/library/email.header.rst.txt +share/doc/python3.7/_sources/library/email.headerregistry.rst.txt +share/doc/python3.7/_sources/library/email.iterators.rst.txt +share/doc/python3.7/_sources/library/email.message.rst.txt +share/doc/python3.7/_sources/library/email.mime.rst.txt +share/doc/python3.7/_sources/library/email.parser.rst.txt +share/doc/python3.7/_sources/library/email.policy.rst.txt +share/doc/python3.7/_sources/library/email.rst.txt +share/doc/python3.7/_sources/library/email.util.rst.txt +share/doc/python3.7/_sources/library/ensurepip.rst.txt +share/doc/python3.7/_sources/library/enum.rst.txt +share/doc/python3.7/_sources/library/errno.rst.txt +share/doc/python3.7/_sources/library/exceptions.rst.txt +share/doc/python3.7/_sources/library/faulthandler.rst.txt +share/doc/python3.7/_sources/library/fcntl.rst.txt +share/doc/python3.7/_sources/library/filecmp.rst.txt +share/doc/python3.7/_sources/library/fileformats.rst.txt +share/doc/python3.7/_sources/library/fileinput.rst.txt +share/doc/python3.7/_sources/library/filesys.rst.txt +share/doc/python3.7/_sources/library/fnmatch.rst.txt +share/doc/python3.7/_sources/library/formatter.rst.txt +share/doc/python3.7/_sources/library/fractions.rst.txt +share/doc/python3.7/_sources/library/frameworks.rst.txt +share/doc/python3.7/_sources/library/ftplib.rst.txt +share/doc/python3.7/_sources/library/functional.rst.txt +share/doc/python3.7/_sources/library/functions.rst.txt +share/doc/python3.7/_sources/library/functools.rst.txt +share/doc/python3.7/_sources/library/gc.rst.txt +share/doc/python3.7/_sources/library/getopt.rst.txt +share/doc/python3.7/_sources/library/getpass.rst.txt +share/doc/python3.7/_sources/library/gettext.rst.txt +share/doc/python3.7/_sources/library/glob.rst.txt +share/doc/python3.7/_sources/library/grp.rst.txt +share/doc/python3.7/_sources/library/gzip.rst.txt +share/doc/python3.7/_sources/library/hashlib.rst.txt +share/doc/python3.7/_sources/library/heapq.rst.txt +share/doc/python3.7/_sources/library/hmac.rst.txt +share/doc/python3.7/_sources/library/html.entities.rst.txt +share/doc/python3.7/_sources/library/html.parser.rst.txt +share/doc/python3.7/_sources/library/html.rst.txt +share/doc/python3.7/_sources/library/http.client.rst.txt +share/doc/python3.7/_sources/library/http.cookiejar.rst.txt +share/doc/python3.7/_sources/library/http.cookies.rst.txt +share/doc/python3.7/_sources/library/http.rst.txt +share/doc/python3.7/_sources/library/http.server.rst.txt +share/doc/python3.7/_sources/library/i18n.rst.txt +share/doc/python3.7/_sources/library/idle.rst.txt +share/doc/python3.7/_sources/library/imaplib.rst.txt +share/doc/python3.7/_sources/library/imghdr.rst.txt +share/doc/python3.7/_sources/library/imp.rst.txt +share/doc/python3.7/_sources/library/importlib.rst.txt +share/doc/python3.7/_sources/library/index.rst.txt +share/doc/python3.7/_sources/library/inspect.rst.txt +share/doc/python3.7/_sources/library/internet.rst.txt +share/doc/python3.7/_sources/library/intro.rst.txt +share/doc/python3.7/_sources/library/io.rst.txt +share/doc/python3.7/_sources/library/ipaddress.rst.txt +share/doc/python3.7/_sources/library/ipc.rst.txt +share/doc/python3.7/_sources/library/itertools.rst.txt +share/doc/python3.7/_sources/library/json.rst.txt +share/doc/python3.7/_sources/library/keyword.rst.txt +share/doc/python3.7/_sources/library/language.rst.txt +share/doc/python3.7/_sources/library/linecache.rst.txt +share/doc/python3.7/_sources/library/locale.rst.txt +share/doc/python3.7/_sources/library/logging.config.rst.txt +share/doc/python3.7/_sources/library/logging.handlers.rst.txt +share/doc/python3.7/_sources/library/logging.rst.txt +share/doc/python3.7/_sources/library/lzma.rst.txt +share/doc/python3.7/_sources/library/macpath.rst.txt +share/doc/python3.7/_sources/library/mailbox.rst.txt +share/doc/python3.7/_sources/library/mailcap.rst.txt +share/doc/python3.7/_sources/library/markup.rst.txt +share/doc/python3.7/_sources/library/marshal.rst.txt +share/doc/python3.7/_sources/library/math.rst.txt +share/doc/python3.7/_sources/library/mimetypes.rst.txt +share/doc/python3.7/_sources/library/misc.rst.txt +share/doc/python3.7/_sources/library/mm.rst.txt +share/doc/python3.7/_sources/library/mmap.rst.txt +share/doc/python3.7/_sources/library/modulefinder.rst.txt +share/doc/python3.7/_sources/library/modules.rst.txt +share/doc/python3.7/_sources/library/msilib.rst.txt +share/doc/python3.7/_sources/library/msvcrt.rst.txt +share/doc/python3.7/_sources/library/multiprocessing.rst.txt +share/doc/python3.7/_sources/library/netdata.rst.txt +share/doc/python3.7/_sources/library/netrc.rst.txt +share/doc/python3.7/_sources/library/nis.rst.txt +share/doc/python3.7/_sources/library/nntplib.rst.txt +share/doc/python3.7/_sources/library/numbers.rst.txt +share/doc/python3.7/_sources/library/numeric.rst.txt +share/doc/python3.7/_sources/library/operator.rst.txt +share/doc/python3.7/_sources/library/optparse.rst.txt +share/doc/python3.7/_sources/library/os.path.rst.txt +share/doc/python3.7/_sources/library/os.rst.txt +share/doc/python3.7/_sources/library/ossaudiodev.rst.txt +share/doc/python3.7/_sources/library/othergui.rst.txt +share/doc/python3.7/_sources/library/parser.rst.txt +share/doc/python3.7/_sources/library/pathlib.rst.txt +share/doc/python3.7/_sources/library/pdb.rst.txt +share/doc/python3.7/_sources/library/persistence.rst.txt +share/doc/python3.7/_sources/library/pickle.rst.txt +share/doc/python3.7/_sources/library/pickletools.rst.txt +share/doc/python3.7/_sources/library/pipes.rst.txt +share/doc/python3.7/_sources/library/pkgutil.rst.txt +share/doc/python3.7/_sources/library/platform.rst.txt +share/doc/python3.7/_sources/library/plistlib.rst.txt +share/doc/python3.7/_sources/library/poplib.rst.txt +share/doc/python3.7/_sources/library/posix.rst.txt +share/doc/python3.7/_sources/library/pprint.rst.txt +share/doc/python3.7/_sources/library/profile.rst.txt +share/doc/python3.7/_sources/library/pty.rst.txt +share/doc/python3.7/_sources/library/pwd.rst.txt +share/doc/python3.7/_sources/library/py_compile.rst.txt +share/doc/python3.7/_sources/library/pyclbr.rst.txt +share/doc/python3.7/_sources/library/pydoc.rst.txt +share/doc/python3.7/_sources/library/pyexpat.rst.txt +share/doc/python3.7/_sources/library/python.rst.txt +share/doc/python3.7/_sources/library/queue.rst.txt +share/doc/python3.7/_sources/library/quopri.rst.txt +share/doc/python3.7/_sources/library/random.rst.txt +share/doc/python3.7/_sources/library/re.rst.txt +share/doc/python3.7/_sources/library/readline.rst.txt +share/doc/python3.7/_sources/library/reprlib.rst.txt +share/doc/python3.7/_sources/library/resource.rst.txt +share/doc/python3.7/_sources/library/rlcompleter.rst.txt +share/doc/python3.7/_sources/library/runpy.rst.txt +share/doc/python3.7/_sources/library/sched.rst.txt +share/doc/python3.7/_sources/library/secrets.rst.txt +share/doc/python3.7/_sources/library/select.rst.txt +share/doc/python3.7/_sources/library/selectors.rst.txt +share/doc/python3.7/_sources/library/shelve.rst.txt +share/doc/python3.7/_sources/library/shlex.rst.txt +share/doc/python3.7/_sources/library/shutil.rst.txt +share/doc/python3.7/_sources/library/signal.rst.txt +share/doc/python3.7/_sources/library/site.rst.txt +share/doc/python3.7/_sources/library/smtpd.rst.txt +share/doc/python3.7/_sources/library/smtplib.rst.txt +share/doc/python3.7/_sources/library/sndhdr.rst.txt +share/doc/python3.7/_sources/library/socket.rst.txt +share/doc/python3.7/_sources/library/socketserver.rst.txt +share/doc/python3.7/_sources/library/spwd.rst.txt +share/doc/python3.7/_sources/library/sqlite3.rst.txt +share/doc/python3.7/_sources/library/ssl.rst.txt +share/doc/python3.7/_sources/library/stat.rst.txt +share/doc/python3.7/_sources/library/statistics.rst.txt +share/doc/python3.7/_sources/library/stdtypes.rst.txt +share/doc/python3.7/_sources/library/string.rst.txt +share/doc/python3.7/_sources/library/stringprep.rst.txt +share/doc/python3.7/_sources/library/struct.rst.txt +share/doc/python3.7/_sources/library/subprocess.rst.txt +share/doc/python3.7/_sources/library/sunau.rst.txt +share/doc/python3.7/_sources/library/superseded.rst.txt +share/doc/python3.7/_sources/library/symbol.rst.txt +share/doc/python3.7/_sources/library/symtable.rst.txt +share/doc/python3.7/_sources/library/sys.rst.txt +share/doc/python3.7/_sources/library/sysconfig.rst.txt +share/doc/python3.7/_sources/library/syslog.rst.txt +share/doc/python3.7/_sources/library/tabnanny.rst.txt +share/doc/python3.7/_sources/library/tarfile.rst.txt +share/doc/python3.7/_sources/library/telnetlib.rst.txt +share/doc/python3.7/_sources/library/tempfile.rst.txt +share/doc/python3.7/_sources/library/termios.rst.txt +share/doc/python3.7/_sources/library/test.rst.txt +share/doc/python3.7/_sources/library/text.rst.txt +share/doc/python3.7/_sources/library/textwrap.rst.txt +share/doc/python3.7/_sources/library/threading.rst.txt +share/doc/python3.7/_sources/library/time.rst.txt +share/doc/python3.7/_sources/library/timeit.rst.txt +share/doc/python3.7/_sources/library/tk.rst.txt +share/doc/python3.7/_sources/library/tkinter.rst.txt +share/doc/python3.7/_sources/library/tkinter.scrolledtext.rst.txt +share/doc/python3.7/_sources/library/tkinter.tix.rst.txt +share/doc/python3.7/_sources/library/tkinter.ttk.rst.txt +share/doc/python3.7/_sources/library/token.rst.txt +share/doc/python3.7/_sources/library/tokenize.rst.txt +share/doc/python3.7/_sources/library/trace.rst.txt +share/doc/python3.7/_sources/library/traceback.rst.txt +share/doc/python3.7/_sources/library/tracemalloc.rst.txt +share/doc/python3.7/_sources/library/tty.rst.txt +share/doc/python3.7/_sources/library/turtle.rst.txt +share/doc/python3.7/_sources/library/types.rst.txt +share/doc/python3.7/_sources/library/typing.rst.txt +share/doc/python3.7/_sources/library/undoc.rst.txt +share/doc/python3.7/_sources/library/unicodedata.rst.txt +share/doc/python3.7/_sources/library/unittest.mock-examples.rst.txt +share/doc/python3.7/_sources/library/unittest.mock.rst.txt +share/doc/python3.7/_sources/library/unittest.rst.txt +share/doc/python3.7/_sources/library/unix.rst.txt +share/doc/python3.7/_sources/library/urllib.error.rst.txt +share/doc/python3.7/_sources/library/urllib.parse.rst.txt +share/doc/python3.7/_sources/library/urllib.request.rst.txt +share/doc/python3.7/_sources/library/urllib.robotparser.rst.txt +share/doc/python3.7/_sources/library/urllib.rst.txt +share/doc/python3.7/_sources/library/uu.rst.txt +share/doc/python3.7/_sources/library/uuid.rst.txt +share/doc/python3.7/_sources/library/venv.rst.txt +share/doc/python3.7/_sources/library/warnings.rst.txt +share/doc/python3.7/_sources/library/wave.rst.txt +share/doc/python3.7/_sources/library/weakref.rst.txt +share/doc/python3.7/_sources/library/webbrowser.rst.txt +share/doc/python3.7/_sources/library/windows.rst.txt +share/doc/python3.7/_sources/library/winreg.rst.txt +share/doc/python3.7/_sources/library/winsound.rst.txt +share/doc/python3.7/_sources/library/wsgiref.rst.txt +share/doc/python3.7/_sources/library/xdrlib.rst.txt +share/doc/python3.7/_sources/library/xml.dom.minidom.rst.txt +share/doc/python3.7/_sources/library/xml.dom.pulldom.rst.txt +share/doc/python3.7/_sources/library/xml.dom.rst.txt +share/doc/python3.7/_sources/library/xml.etree.elementtree.rst.txt +share/doc/python3.7/_sources/library/xml.rst.txt +share/doc/python3.7/_sources/library/xml.sax.handler.rst.txt +share/doc/python3.7/_sources/library/xml.sax.reader.rst.txt +share/doc/python3.7/_sources/library/xml.sax.rst.txt +share/doc/python3.7/_sources/library/xml.sax.utils.rst.txt +share/doc/python3.7/_sources/library/xmlrpc.client.rst.txt +share/doc/python3.7/_sources/library/xmlrpc.rst.txt +share/doc/python3.7/_sources/library/xmlrpc.server.rst.txt +share/doc/python3.7/_sources/library/zipapp.rst.txt +share/doc/python3.7/_sources/library/zipfile.rst.txt +share/doc/python3.7/_sources/library/zipimport.rst.txt +share/doc/python3.7/_sources/library/zlib.rst.txt +share/doc/python3.7/_sources/license.rst.txt +share/doc/python3.7/_sources/reference/compound_stmts.rst.txt +share/doc/python3.7/_sources/reference/datamodel.rst.txt +share/doc/python3.7/_sources/reference/executionmodel.rst.txt +share/doc/python3.7/_sources/reference/expressions.rst.txt +share/doc/python3.7/_sources/reference/grammar.rst.txt +share/doc/python3.7/_sources/reference/import.rst.txt +share/doc/python3.7/_sources/reference/index.rst.txt +share/doc/python3.7/_sources/reference/introduction.rst.txt +share/doc/python3.7/_sources/reference/lexical_analysis.rst.txt +share/doc/python3.7/_sources/reference/simple_stmts.rst.txt +share/doc/python3.7/_sources/reference/toplevel_components.rst.txt +share/doc/python3.7/_sources/tutorial/appendix.rst.txt +share/doc/python3.7/_sources/tutorial/appetite.rst.txt +share/doc/python3.7/_sources/tutorial/classes.rst.txt +share/doc/python3.7/_sources/tutorial/controlflow.rst.txt +share/doc/python3.7/_sources/tutorial/datastructures.rst.txt +share/doc/python3.7/_sources/tutorial/errors.rst.txt +share/doc/python3.7/_sources/tutorial/floatingpoint.rst.txt +share/doc/python3.7/_sources/tutorial/index.rst.txt +share/doc/python3.7/_sources/tutorial/inputoutput.rst.txt +share/doc/python3.7/_sources/tutorial/interactive.rst.txt +share/doc/python3.7/_sources/tutorial/interpreter.rst.txt +share/doc/python3.7/_sources/tutorial/introduction.rst.txt +share/doc/python3.7/_sources/tutorial/modules.rst.txt +share/doc/python3.7/_sources/tutorial/stdlib.rst.txt +share/doc/python3.7/_sources/tutorial/stdlib2.rst.txt +share/doc/python3.7/_sources/tutorial/venv.rst.txt +share/doc/python3.7/_sources/tutorial/whatnow.rst.txt +share/doc/python3.7/_sources/using/cmdline.rst.txt +share/doc/python3.7/_sources/using/index.rst.txt +share/doc/python3.7/_sources/using/mac.rst.txt +share/doc/python3.7/_sources/using/unix.rst.txt +share/doc/python3.7/_sources/using/windows.rst.txt +share/doc/python3.7/_sources/whatsnew/2.0.rst.txt +share/doc/python3.7/_sources/whatsnew/2.1.rst.txt +share/doc/python3.7/_sources/whatsnew/2.2.rst.txt +share/doc/python3.7/_sources/whatsnew/2.3.rst.txt +share/doc/python3.7/_sources/whatsnew/2.4.rst.txt +share/doc/python3.7/_sources/whatsnew/2.5.rst.txt +share/doc/python3.7/_sources/whatsnew/2.6.rst.txt +share/doc/python3.7/_sources/whatsnew/2.7.rst.txt +share/doc/python3.7/_sources/whatsnew/3.0.rst.txt +share/doc/python3.7/_sources/whatsnew/3.1.rst.txt +share/doc/python3.7/_sources/whatsnew/3.2.rst.txt +share/doc/python3.7/_sources/whatsnew/3.3.rst.txt +share/doc/python3.7/_sources/whatsnew/3.4.rst.txt +share/doc/python3.7/_sources/whatsnew/3.5.rst.txt +share/doc/python3.7/_sources/whatsnew/3.6.rst.txt +share/doc/python3.7/_sources/whatsnew/3.7.rst.txt +share/doc/python3.7/_sources/whatsnew/changelog.rst.txt +share/doc/python3.7/_sources/whatsnew/index.rst.txt +share/doc/python3.7/_static/ajax-loader.gif +share/doc/python3.7/_static/basic.css +share/doc/python3.7/_static/classic.css +share/doc/python3.7/_static/comment-bright.png +share/doc/python3.7/_static/comment-close.png +share/doc/python3.7/_static/comment.png +share/doc/python3.7/_static/copybutton.js +share/doc/python3.7/_static/default.css +share/doc/python3.7/_static/doctools.js +share/doc/python3.7/_static/documentation_options.js +share/doc/python3.7/_static/down-pressed.png +share/doc/python3.7/_static/down.png +share/doc/python3.7/_static/file.png +share/doc/python3.7/_static/jquery-3.2.1.js +share/doc/python3.7/_static/jquery.js +share/doc/python3.7/_static/minus.png +share/doc/python3.7/_static/opensearch.xml +share/doc/python3.7/_static/plus.png +share/doc/python3.7/_static/py.png +share/doc/python3.7/_static/pydoctheme.css +share/doc/python3.7/_static/pygments.css +share/doc/python3.7/_static/searchtools.js +share/doc/python3.7/_static/sidebar.js +share/doc/python3.7/_static/switchers.js +share/doc/python3.7/_static/underscore-1.3.1.js +share/doc/python3.7/_static/underscore.js +share/doc/python3.7/_static/up-pressed.png +share/doc/python3.7/_static/up.png +share/doc/python3.7/_static/websupport.js +share/doc/python3.7/about.html +share/doc/python3.7/bugs.html +share/doc/python3.7/c-api/abstract.html +share/doc/python3.7/c-api/allocation.html +share/doc/python3.7/c-api/apiabiversion.html +share/doc/python3.7/c-api/arg.html +share/doc/python3.7/c-api/bool.html +share/doc/python3.7/c-api/buffer.html +share/doc/python3.7/c-api/bytearray.html +share/doc/python3.7/c-api/bytes.html +share/doc/python3.7/c-api/capsule.html +share/doc/python3.7/c-api/cell.html +share/doc/python3.7/c-api/code.html +share/doc/python3.7/c-api/codec.html +share/doc/python3.7/c-api/complex.html +share/doc/python3.7/c-api/concrete.html +share/doc/python3.7/c-api/contextvars.html +share/doc/python3.7/c-api/conversion.html +share/doc/python3.7/c-api/coro.html +share/doc/python3.7/c-api/datetime.html +share/doc/python3.7/c-api/descriptor.html +share/doc/python3.7/c-api/dict.html +share/doc/python3.7/c-api/exceptions.html +share/doc/python3.7/c-api/file.html +share/doc/python3.7/c-api/float.html +share/doc/python3.7/c-api/function.html +share/doc/python3.7/c-api/gcsupport.html +share/doc/python3.7/c-api/gen.html +share/doc/python3.7/c-api/import.html +share/doc/python3.7/c-api/index.html +share/doc/python3.7/c-api/init.html +share/doc/python3.7/c-api/intro.html +share/doc/python3.7/c-api/iter.html +share/doc/python3.7/c-api/iterator.html +share/doc/python3.7/c-api/list.html +share/doc/python3.7/c-api/long.html +share/doc/python3.7/c-api/mapping.html +share/doc/python3.7/c-api/marshal.html +share/doc/python3.7/c-api/memory.html +share/doc/python3.7/c-api/memoryview.html +share/doc/python3.7/c-api/method.html +share/doc/python3.7/c-api/module.html +share/doc/python3.7/c-api/none.html +share/doc/python3.7/c-api/number.html +share/doc/python3.7/c-api/objbuffer.html +share/doc/python3.7/c-api/object.html +share/doc/python3.7/c-api/objimpl.html +share/doc/python3.7/c-api/refcounting.html +share/doc/python3.7/c-api/reflection.html +share/doc/python3.7/c-api/sequence.html +share/doc/python3.7/c-api/set.html +share/doc/python3.7/c-api/slice.html +share/doc/python3.7/c-api/stable.html +share/doc/python3.7/c-api/structures.html +share/doc/python3.7/c-api/sys.html +share/doc/python3.7/c-api/tuple.html +share/doc/python3.7/c-api/type.html +share/doc/python3.7/c-api/typeobj.html +share/doc/python3.7/c-api/unicode.html +share/doc/python3.7/c-api/utilities.html +share/doc/python3.7/c-api/veryhigh.html +share/doc/python3.7/c-api/weakref.html +share/doc/python3.7/contents.html +share/doc/python3.7/copyright.html +share/doc/python3.7/distributing/index.html +share/doc/python3.7/distutils/apiref.html +share/doc/python3.7/distutils/builtdist.html +share/doc/python3.7/distutils/commandref.html +share/doc/python3.7/distutils/configfile.html +share/doc/python3.7/distutils/examples.html +share/doc/python3.7/distutils/extending.html +share/doc/python3.7/distutils/index.html +share/doc/python3.7/distutils/introduction.html +share/doc/python3.7/distutils/packageindex.html +share/doc/python3.7/distutils/setupscript.html +share/doc/python3.7/distutils/sourcedist.html +share/doc/python3.7/distutils/uploading.html +share/doc/python3.7/download.html +share/doc/python3.7/extending/building.html +share/doc/python3.7/extending/embedding.html +share/doc/python3.7/extending/extending.html +share/doc/python3.7/extending/index.html +share/doc/python3.7/extending/newtypes.html +share/doc/python3.7/extending/newtypes_tutorial.html +share/doc/python3.7/extending/windows.html +share/doc/python3.7/faq/design.html +share/doc/python3.7/faq/extending.html +share/doc/python3.7/faq/general.html +share/doc/python3.7/faq/gui.html +share/doc/python3.7/faq/index.html +share/doc/python3.7/faq/installed.html +share/doc/python3.7/faq/library.html +share/doc/python3.7/faq/programming.html +share/doc/python3.7/faq/windows.html +share/doc/python3.7/genindex-A.html +share/doc/python3.7/genindex-B.html +share/doc/python3.7/genindex-C.html +share/doc/python3.7/genindex-D.html +share/doc/python3.7/genindex-E.html +share/doc/python3.7/genindex-F.html +share/doc/python3.7/genindex-G.html +share/doc/python3.7/genindex-H.html +share/doc/python3.7/genindex-I.html +share/doc/python3.7/genindex-J.html +share/doc/python3.7/genindex-K.html +share/doc/python3.7/genindex-L.html +share/doc/python3.7/genindex-M.html +share/doc/python3.7/genindex-N.html +share/doc/python3.7/genindex-O.html +share/doc/python3.7/genindex-P.html +share/doc/python3.7/genindex-Q.html +share/doc/python3.7/genindex-R.html +share/doc/python3.7/genindex-S.html +share/doc/python3.7/genindex-Symbols.html +share/doc/python3.7/genindex-T.html +share/doc/python3.7/genindex-U.html +share/doc/python3.7/genindex-V.html +share/doc/python3.7/genindex-W.html +share/doc/python3.7/genindex-X.html +share/doc/python3.7/genindex-Y.html +share/doc/python3.7/genindex-Z.html +share/doc/python3.7/genindex-_.html +share/doc/python3.7/genindex-all.html +share/doc/python3.7/genindex.html +share/doc/python3.7/glossary.html +share/doc/python3.7/howto/argparse.html +share/doc/python3.7/howto/clinic.html +share/doc/python3.7/howto/cporting.html +share/doc/python3.7/howto/curses.html +share/doc/python3.7/howto/descriptor.html +share/doc/python3.7/howto/functional.html +share/doc/python3.7/howto/index.html +share/doc/python3.7/howto/instrumentation.html +share/doc/python3.7/howto/ipaddress.html +share/doc/python3.7/howto/logging-cookbook.html +share/doc/python3.7/howto/logging.html +share/doc/python3.7/howto/pyporting.html +share/doc/python3.7/howto/regex.html +share/doc/python3.7/howto/sockets.html +share/doc/python3.7/howto/sorting.html +share/doc/python3.7/howto/unicode.html +share/doc/python3.7/howto/urllib2.html +share/doc/python3.7/index.html +share/doc/python3.7/install/index.html +share/doc/python3.7/installing/index.html +share/doc/python3.7/library/2to3.html +share/doc/python3.7/library/__future__.html +share/doc/python3.7/library/__main__.html +share/doc/python3.7/library/_dummy_thread.html +share/doc/python3.7/library/_thread.html +share/doc/python3.7/library/abc.html +share/doc/python3.7/library/aifc.html +share/doc/python3.7/library/allos.html +share/doc/python3.7/library/archiving.html +share/doc/python3.7/library/argparse.html +share/doc/python3.7/library/array.html +share/doc/python3.7/library/ast.html +share/doc/python3.7/library/asynchat.html +share/doc/python3.7/library/asyncio-dev.html +share/doc/python3.7/library/asyncio-eventloop.html +share/doc/python3.7/library/asyncio-eventloops.html +share/doc/python3.7/library/asyncio-protocol.html +share/doc/python3.7/library/asyncio-queue.html +share/doc/python3.7/library/asyncio-stream.html +share/doc/python3.7/library/asyncio-subprocess.html +share/doc/python3.7/library/asyncio-sync.html +share/doc/python3.7/library/asyncio-task.html +share/doc/python3.7/library/asyncio.html +share/doc/python3.7/library/asyncore.html +share/doc/python3.7/library/atexit.html +share/doc/python3.7/library/audioop.html +share/doc/python3.7/library/base64.html +share/doc/python3.7/library/bdb.html +share/doc/python3.7/library/binary.html +share/doc/python3.7/library/binascii.html +share/doc/python3.7/library/binhex.html +share/doc/python3.7/library/bisect.html +share/doc/python3.7/library/builtins.html +share/doc/python3.7/library/bz2.html +share/doc/python3.7/library/calendar.html +share/doc/python3.7/library/cgi.html +share/doc/python3.7/library/cgitb.html +share/doc/python3.7/library/chunk.html +share/doc/python3.7/library/cmath.html +share/doc/python3.7/library/cmd.html +share/doc/python3.7/library/code.html +share/doc/python3.7/library/codecs.html +share/doc/python3.7/library/codeop.html +share/doc/python3.7/library/collections.abc.html +share/doc/python3.7/library/collections.html +share/doc/python3.7/library/colorsys.html +share/doc/python3.7/library/compileall.html +share/doc/python3.7/library/concurrency.html +share/doc/python3.7/library/concurrent.futures.html +share/doc/python3.7/library/concurrent.html +share/doc/python3.7/library/configparser.html +share/doc/python3.7/library/constants.html +share/doc/python3.7/library/contextlib.html +share/doc/python3.7/library/contextvars.html +share/doc/python3.7/library/copy.html +share/doc/python3.7/library/copyreg.html +share/doc/python3.7/library/crypt.html +share/doc/python3.7/library/crypto.html +share/doc/python3.7/library/csv.html +share/doc/python3.7/library/ctypes.html +share/doc/python3.7/library/curses.ascii.html +share/doc/python3.7/library/curses.html +share/doc/python3.7/library/curses.panel.html +share/doc/python3.7/library/custominterp.html +share/doc/python3.7/library/dataclasses.html +share/doc/python3.7/library/datatypes.html +share/doc/python3.7/library/datetime.html +share/doc/python3.7/library/dbm.html +share/doc/python3.7/library/debug.html +share/doc/python3.7/library/decimal.html +share/doc/python3.7/library/development.html +share/doc/python3.7/library/difflib.html +share/doc/python3.7/library/dis.html +share/doc/python3.7/library/distribution.html +share/doc/python3.7/library/distutils.html +share/doc/python3.7/library/doctest.html +share/doc/python3.7/library/dummy_threading.html +share/doc/python3.7/library/email.charset.html +share/doc/python3.7/library/email.compat32-message.html +share/doc/python3.7/library/email.contentmanager.html +share/doc/python3.7/library/email.encoders.html +share/doc/python3.7/library/email.errors.html +share/doc/python3.7/library/email.examples.html +share/doc/python3.7/library/email.generator.html +share/doc/python3.7/library/email.header.html +share/doc/python3.7/library/email.headerregistry.html +share/doc/python3.7/library/email.html +share/doc/python3.7/library/email.iterators.html +share/doc/python3.7/library/email.message.html +share/doc/python3.7/library/email.mime.html +share/doc/python3.7/library/email.parser.html +share/doc/python3.7/library/email.policy.html +share/doc/python3.7/library/email.util.html +share/doc/python3.7/library/ensurepip.html +share/doc/python3.7/library/enum.html +share/doc/python3.7/library/errno.html +share/doc/python3.7/library/exceptions.html +share/doc/python3.7/library/faulthandler.html +share/doc/python3.7/library/fcntl.html +share/doc/python3.7/library/filecmp.html +share/doc/python3.7/library/fileformats.html +share/doc/python3.7/library/fileinput.html +share/doc/python3.7/library/filesys.html +share/doc/python3.7/library/fnmatch.html +share/doc/python3.7/library/formatter.html +share/doc/python3.7/library/fractions.html +share/doc/python3.7/library/frameworks.html +share/doc/python3.7/library/ftplib.html +share/doc/python3.7/library/functional.html +share/doc/python3.7/library/functions.html +share/doc/python3.7/library/functools.html +share/doc/python3.7/library/gc.html +share/doc/python3.7/library/getopt.html +share/doc/python3.7/library/getpass.html +share/doc/python3.7/library/gettext.html +share/doc/python3.7/library/glob.html +share/doc/python3.7/library/grp.html +share/doc/python3.7/library/gzip.html +share/doc/python3.7/library/hashlib.html +share/doc/python3.7/library/heapq.html +share/doc/python3.7/library/hmac.html +share/doc/python3.7/library/html.entities.html +share/doc/python3.7/library/html.html +share/doc/python3.7/library/html.parser.html +share/doc/python3.7/library/http.client.html +share/doc/python3.7/library/http.cookiejar.html +share/doc/python3.7/library/http.cookies.html +share/doc/python3.7/library/http.html +share/doc/python3.7/library/http.server.html +share/doc/python3.7/library/i18n.html +share/doc/python3.7/library/idle.html +share/doc/python3.7/library/imaplib.html +share/doc/python3.7/library/imghdr.html +share/doc/python3.7/library/imp.html +share/doc/python3.7/library/importlib.html +share/doc/python3.7/library/index.html +share/doc/python3.7/library/inspect.html +share/doc/python3.7/library/internet.html +share/doc/python3.7/library/intro.html +share/doc/python3.7/library/io.html +share/doc/python3.7/library/ipaddress.html +share/doc/python3.7/library/ipc.html +share/doc/python3.7/library/itertools.html +share/doc/python3.7/library/json.html +share/doc/python3.7/library/keyword.html +share/doc/python3.7/library/language.html +share/doc/python3.7/library/linecache.html +share/doc/python3.7/library/locale.html +share/doc/python3.7/library/logging.config.html +share/doc/python3.7/library/logging.handlers.html +share/doc/python3.7/library/logging.html +share/doc/python3.7/library/lzma.html +share/doc/python3.7/library/macpath.html +share/doc/python3.7/library/mailbox.html +share/doc/python3.7/library/mailcap.html +share/doc/python3.7/library/markup.html +share/doc/python3.7/library/marshal.html +share/doc/python3.7/library/math.html +share/doc/python3.7/library/mimetypes.html +share/doc/python3.7/library/misc.html +share/doc/python3.7/library/mm.html +share/doc/python3.7/library/mmap.html +share/doc/python3.7/library/modulefinder.html +share/doc/python3.7/library/modules.html +share/doc/python3.7/library/msilib.html +share/doc/python3.7/library/msvcrt.html +share/doc/python3.7/library/multiprocessing.html +share/doc/python3.7/library/netdata.html +share/doc/python3.7/library/netrc.html +share/doc/python3.7/library/nis.html +share/doc/python3.7/library/nntplib.html +share/doc/python3.7/library/numbers.html +share/doc/python3.7/library/numeric.html +share/doc/python3.7/library/operator.html +share/doc/python3.7/library/optparse.html +share/doc/python3.7/library/os.html +share/doc/python3.7/library/os.path.html +share/doc/python3.7/library/ossaudiodev.html +share/doc/python3.7/library/othergui.html +share/doc/python3.7/library/parser.html +share/doc/python3.7/library/pathlib.html +share/doc/python3.7/library/pdb.html +share/doc/python3.7/library/persistence.html +share/doc/python3.7/library/pickle.html +share/doc/python3.7/library/pickletools.html +share/doc/python3.7/library/pipes.html +share/doc/python3.7/library/pkgutil.html +share/doc/python3.7/library/platform.html +share/doc/python3.7/library/plistlib.html +share/doc/python3.7/library/poplib.html +share/doc/python3.7/library/posix.html +share/doc/python3.7/library/pprint.html +share/doc/python3.7/library/profile.html +share/doc/python3.7/library/pty.html +share/doc/python3.7/library/pwd.html +share/doc/python3.7/library/py_compile.html +share/doc/python3.7/library/pyclbr.html +share/doc/python3.7/library/pydoc.html +share/doc/python3.7/library/pyexpat.html +share/doc/python3.7/library/python.html +share/doc/python3.7/library/queue.html +share/doc/python3.7/library/quopri.html +share/doc/python3.7/library/random.html +share/doc/python3.7/library/re.html +share/doc/python3.7/library/readline.html +share/doc/python3.7/library/reprlib.html +share/doc/python3.7/library/resource.html +share/doc/python3.7/library/rlcompleter.html +share/doc/python3.7/library/runpy.html +share/doc/python3.7/library/sched.html +share/doc/python3.7/library/secrets.html +share/doc/python3.7/library/select.html +share/doc/python3.7/library/selectors.html +share/doc/python3.7/library/shelve.html +share/doc/python3.7/library/shlex.html +share/doc/python3.7/library/shutil.html +share/doc/python3.7/library/signal.html +share/doc/python3.7/library/site.html +share/doc/python3.7/library/smtpd.html +share/doc/python3.7/library/smtplib.html +share/doc/python3.7/library/sndhdr.html +share/doc/python3.7/library/socket.html +share/doc/python3.7/library/socketserver.html +share/doc/python3.7/library/spwd.html +share/doc/python3.7/library/sqlite3.html +share/doc/python3.7/library/ssl.html +share/doc/python3.7/library/stat.html +share/doc/python3.7/library/statistics.html +share/doc/python3.7/library/stdtypes.html +share/doc/python3.7/library/string.html +share/doc/python3.7/library/stringprep.html +share/doc/python3.7/library/struct.html +share/doc/python3.7/library/subprocess.html +share/doc/python3.7/library/sunau.html +share/doc/python3.7/library/superseded.html +share/doc/python3.7/library/symbol.html +share/doc/python3.7/library/symtable.html +share/doc/python3.7/library/sys.html +share/doc/python3.7/library/sysconfig.html +share/doc/python3.7/library/syslog.html +share/doc/python3.7/library/tabnanny.html +share/doc/python3.7/library/tarfile.html +share/doc/python3.7/library/telnetlib.html +share/doc/python3.7/library/tempfile.html +share/doc/python3.7/library/termios.html +share/doc/python3.7/library/test.html +share/doc/python3.7/library/text.html +share/doc/python3.7/library/textwrap.html +share/doc/python3.7/library/threading.html +share/doc/python3.7/library/time.html +share/doc/python3.7/library/timeit.html +share/doc/python3.7/library/tk.html +share/doc/python3.7/library/tkinter.html +share/doc/python3.7/library/tkinter.scrolledtext.html +share/doc/python3.7/library/tkinter.tix.html +share/doc/python3.7/library/tkinter.ttk.html +share/doc/python3.7/library/token.html +share/doc/python3.7/library/tokenize.html +share/doc/python3.7/library/trace.html +share/doc/python3.7/library/traceback.html +share/doc/python3.7/library/tracemalloc.html +share/doc/python3.7/library/tty.html +share/doc/python3.7/library/turtle.html +share/doc/python3.7/library/types.html +share/doc/python3.7/library/typing.html +share/doc/python3.7/library/undoc.html +share/doc/python3.7/library/unicodedata.html +share/doc/python3.7/library/unittest.html +share/doc/python3.7/library/unittest.mock-examples.html +share/doc/python3.7/library/unittest.mock.html +share/doc/python3.7/library/unix.html +share/doc/python3.7/library/urllib.error.html +share/doc/python3.7/library/urllib.html +share/doc/python3.7/library/urllib.parse.html +share/doc/python3.7/library/urllib.request.html +share/doc/python3.7/library/urllib.robotparser.html +share/doc/python3.7/library/uu.html +share/doc/python3.7/library/uuid.html +share/doc/python3.7/library/venv.html +share/doc/python3.7/library/warnings.html +share/doc/python3.7/library/wave.html +share/doc/python3.7/library/weakref.html +share/doc/python3.7/library/webbrowser.html +share/doc/python3.7/library/windows.html +share/doc/python3.7/library/winreg.html +share/doc/python3.7/library/winsound.html +share/doc/python3.7/library/wsgiref.html +share/doc/python3.7/library/xdrlib.html +share/doc/python3.7/library/xml.dom.html +share/doc/python3.7/library/xml.dom.minidom.html +share/doc/python3.7/library/xml.dom.pulldom.html +share/doc/python3.7/library/xml.etree.elementtree.html +share/doc/python3.7/library/xml.html +share/doc/python3.7/library/xml.sax.handler.html +share/doc/python3.7/library/xml.sax.html +share/doc/python3.7/library/xml.sax.reader.html +share/doc/python3.7/library/xml.sax.utils.html +share/doc/python3.7/library/xmlrpc.client.html +share/doc/python3.7/library/xmlrpc.html +share/doc/python3.7/library/xmlrpc.server.html +share/doc/python3.7/library/zipapp.html +share/doc/python3.7/library/zipfile.html +share/doc/python3.7/library/zipimport.html +share/doc/python3.7/library/zlib.html +share/doc/python3.7/license.html +share/doc/python3.7/objects.inv +share/doc/python3.7/py-modindex.html +share/doc/python3.7/reference/compound_stmts.html +share/doc/python3.7/reference/datamodel.html +share/doc/python3.7/reference/executionmodel.html +share/doc/python3.7/reference/expressions.html +share/doc/python3.7/reference/grammar.html +share/doc/python3.7/reference/import.html +share/doc/python3.7/reference/index.html +share/doc/python3.7/reference/introduction.html +share/doc/python3.7/reference/lexical_analysis.html +share/doc/python3.7/reference/simple_stmts.html +share/doc/python3.7/reference/toplevel_components.html +share/doc/python3.7/search.html +share/doc/python3.7/searchindex.js +share/doc/python3.7/tutorial/appendix.html +share/doc/python3.7/tutorial/appetite.html +share/doc/python3.7/tutorial/classes.html +share/doc/python3.7/tutorial/controlflow.html +share/doc/python3.7/tutorial/datastructures.html +share/doc/python3.7/tutorial/errors.html +share/doc/python3.7/tutorial/floatingpoint.html +share/doc/python3.7/tutorial/index.html +share/doc/python3.7/tutorial/inputoutput.html +share/doc/python3.7/tutorial/interactive.html +share/doc/python3.7/tutorial/interpreter.html +share/doc/python3.7/tutorial/introduction.html +share/doc/python3.7/tutorial/modules.html +share/doc/python3.7/tutorial/stdlib.html +share/doc/python3.7/tutorial/stdlib2.html +share/doc/python3.7/tutorial/venv.html +share/doc/python3.7/tutorial/whatnow.html +share/doc/python3.7/using/cmdline.html +share/doc/python3.7/using/index.html +share/doc/python3.7/using/mac.html +share/doc/python3.7/using/unix.html +share/doc/python3.7/using/windows.html +share/doc/python3.7/whatsnew/2.0.html +share/doc/python3.7/whatsnew/2.1.html +share/doc/python3.7/whatsnew/2.2.html +share/doc/python3.7/whatsnew/2.3.html +share/doc/python3.7/whatsnew/2.4.html +share/doc/python3.7/whatsnew/2.5.html +share/doc/python3.7/whatsnew/2.6.html +share/doc/python3.7/whatsnew/2.7.html +share/doc/python3.7/whatsnew/3.0.html +share/doc/python3.7/whatsnew/3.1.html +share/doc/python3.7/whatsnew/3.2.html +share/doc/python3.7/whatsnew/3.3.html +share/doc/python3.7/whatsnew/3.4.html +share/doc/python3.7/whatsnew/3.5.html +share/doc/python3.7/whatsnew/3.6.html +share/doc/python3.7/whatsnew/3.7.html +share/doc/python3.7/whatsnew/changelog.html +share/doc/python3.7/whatsnew/index.html Index: pkgsrc/lang/py37-html-docs/distinfo diff -u /dev/null pkgsrc/lang/py37-html-docs/distinfo:1.1 --- /dev/null Tue Jul 31 10:17:58 2018 +++ pkgsrc/lang/py37-html-docs/distinfo Tue Jul 31 10:17:58 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/31 10:17:58 leot Exp $ + +SHA1 (python/python-3.7.0-docs-html.tar.bz2) = 3bc50814f231efae23f52e228eb2bc4f38996d2e +RMD160 (python/python-3.7.0-docs-html.tar.bz2) = 143b2ce7d285c5c4741960e9bb564150d94e9be2 +SHA512 (python/python-3.7.0-docs-html.tar.bz2) = f5583e8d2792932ff3c90575ce98446f0f11eab3a78a1ea8df0203f29583ff9c2831879817ae5fb23cfdb32238d385361b7956c352c6431e9801e6509d3c5f09 +Size (python/python-3.7.0-docs-html.tar.bz2) = 6222504 bytes --_----------=_153303227874750--