diff options
author | leot <leot@pkgsrc.org> | 2017-01-01 15:51:37 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-01-01 15:51:37 +0000 |
commit | cdef07f544d212cb907491d38be31ddfa89de3fc (patch) | |
tree | dc9015b6ce9867099a238831e8bc66eceb024969 /lang | |
parent | 3331ca810c6a6c84a07fac327e5bb6b2dc81401d (diff) | |
download | pkgsrc-cdef07f544d212cb907491d38be31ddfa89de3fc.tar.gz |
Import py36-html-docs-3.6.0 as devel/py36-html-docs
HTML Documentation for Python 3.6
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py36-html-docs/DESCR | 1 | ||||
-rw-r--r-- | lang/py36-html-docs/Makefile | 30 | ||||
-rw-r--r-- | lang/py36-html-docs/PLIST | 1005 | ||||
-rw-r--r-- | lang/py36-html-docs/distinfo | 6 |
4 files changed, 1042 insertions, 0 deletions
diff --git a/lang/py36-html-docs/DESCR b/lang/py36-html-docs/DESCR new file mode 100644 index 00000000000..fea7d83f87d --- /dev/null +++ b/lang/py36-html-docs/DESCR @@ -0,0 +1 @@ +HTML Documentation for Python 3.6 diff --git a/lang/py36-html-docs/Makefile b/lang/py36-html-docs/Makefile new file mode 100644 index 00000000000..7eccc76411c --- /dev/null +++ b/lang/py36-html-docs/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2017/01/01 15:51:37 leot Exp $ +# + +VERS= 3.6.0 +DISTNAME= python-${VERS}-docs-html +PKGNAME= py36-html-docs-${VERS} +CATEGORIES= lang python +MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.python.org/doc/ +COMMENT= HTML Documentation for Python 3.6 +LICENSE= python-software-foundation + +DIST_SUBDIR= python + +USE_TOOLS+= pax + +NO_CONFIGURE= yes +NO_BUILD= yes + +HTMLDIR= share/doc/python3.6 + +INSTALLATION_DIRS= ${HTMLDIR} + +do-install: + cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/py36-html-docs/PLIST b/lang/py36-html-docs/PLIST new file mode 100644 index 00000000000..6f9c32777aa --- /dev/null +++ b/lang/py36-html-docs/PLIST @@ -0,0 +1,1005 @@ +@comment $NetBSD: PLIST,v 1.1 2017/01/01 15:51:37 leot Exp $ +share/doc/python3.6/.buildinfo +share/doc/python3.6/_images/hashlib-blake2-tree.png +share/doc/python3.6/_images/logging_flow.png +share/doc/python3.6/_images/pathlib-inheritance.png +share/doc/python3.6/_images/python-video-icon.png +share/doc/python3.6/_images/tulip_coro.png +share/doc/python3.6/_images/turtle-star.png +share/doc/python3.6/_images/win_installer.png +share/doc/python3.6/_sources/about.txt +share/doc/python3.6/_sources/bugs.txt +share/doc/python3.6/_sources/c-api/abstract.txt +share/doc/python3.6/_sources/c-api/allocation.txt +share/doc/python3.6/_sources/c-api/apiabiversion.txt +share/doc/python3.6/_sources/c-api/arg.txt +share/doc/python3.6/_sources/c-api/bool.txt +share/doc/python3.6/_sources/c-api/buffer.txt +share/doc/python3.6/_sources/c-api/bytearray.txt +share/doc/python3.6/_sources/c-api/bytes.txt +share/doc/python3.6/_sources/c-api/capsule.txt +share/doc/python3.6/_sources/c-api/cell.txt +share/doc/python3.6/_sources/c-api/code.txt +share/doc/python3.6/_sources/c-api/codec.txt +share/doc/python3.6/_sources/c-api/complex.txt +share/doc/python3.6/_sources/c-api/concrete.txt +share/doc/python3.6/_sources/c-api/conversion.txt +share/doc/python3.6/_sources/c-api/coro.txt +share/doc/python3.6/_sources/c-api/datetime.txt +share/doc/python3.6/_sources/c-api/descriptor.txt +share/doc/python3.6/_sources/c-api/dict.txt +share/doc/python3.6/_sources/c-api/exceptions.txt +share/doc/python3.6/_sources/c-api/file.txt +share/doc/python3.6/_sources/c-api/float.txt +share/doc/python3.6/_sources/c-api/function.txt +share/doc/python3.6/_sources/c-api/gcsupport.txt +share/doc/python3.6/_sources/c-api/gen.txt +share/doc/python3.6/_sources/c-api/import.txt +share/doc/python3.6/_sources/c-api/index.txt +share/doc/python3.6/_sources/c-api/init.txt +share/doc/python3.6/_sources/c-api/intro.txt +share/doc/python3.6/_sources/c-api/iter.txt +share/doc/python3.6/_sources/c-api/iterator.txt +share/doc/python3.6/_sources/c-api/list.txt +share/doc/python3.6/_sources/c-api/long.txt +share/doc/python3.6/_sources/c-api/mapping.txt +share/doc/python3.6/_sources/c-api/marshal.txt +share/doc/python3.6/_sources/c-api/memory.txt +share/doc/python3.6/_sources/c-api/memoryview.txt +share/doc/python3.6/_sources/c-api/method.txt +share/doc/python3.6/_sources/c-api/module.txt +share/doc/python3.6/_sources/c-api/none.txt +share/doc/python3.6/_sources/c-api/number.txt +share/doc/python3.6/_sources/c-api/objbuffer.txt +share/doc/python3.6/_sources/c-api/object.txt +share/doc/python3.6/_sources/c-api/objimpl.txt +share/doc/python3.6/_sources/c-api/refcounting.txt +share/doc/python3.6/_sources/c-api/reflection.txt +share/doc/python3.6/_sources/c-api/sequence.txt +share/doc/python3.6/_sources/c-api/set.txt +share/doc/python3.6/_sources/c-api/slice.txt +share/doc/python3.6/_sources/c-api/stable.txt +share/doc/python3.6/_sources/c-api/structures.txt +share/doc/python3.6/_sources/c-api/sys.txt +share/doc/python3.6/_sources/c-api/tuple.txt +share/doc/python3.6/_sources/c-api/type.txt +share/doc/python3.6/_sources/c-api/typeobj.txt +share/doc/python3.6/_sources/c-api/unicode.txt +share/doc/python3.6/_sources/c-api/utilities.txt +share/doc/python3.6/_sources/c-api/veryhigh.txt +share/doc/python3.6/_sources/c-api/weakref.txt +share/doc/python3.6/_sources/contents.txt +share/doc/python3.6/_sources/copyright.txt +share/doc/python3.6/_sources/distributing/index.txt +share/doc/python3.6/_sources/distutils/apiref.txt +share/doc/python3.6/_sources/distutils/builtdist.txt +share/doc/python3.6/_sources/distutils/commandref.txt +share/doc/python3.6/_sources/distutils/configfile.txt +share/doc/python3.6/_sources/distutils/examples.txt +share/doc/python3.6/_sources/distutils/extending.txt +share/doc/python3.6/_sources/distutils/index.txt +share/doc/python3.6/_sources/distutils/introduction.txt +share/doc/python3.6/_sources/distutils/packageindex.txt +share/doc/python3.6/_sources/distutils/setupscript.txt +share/doc/python3.6/_sources/distutils/sourcedist.txt +share/doc/python3.6/_sources/distutils/uploading.txt +share/doc/python3.6/_sources/extending/building.txt +share/doc/python3.6/_sources/extending/embedding.txt +share/doc/python3.6/_sources/extending/extending.txt +share/doc/python3.6/_sources/extending/index.txt +share/doc/python3.6/_sources/extending/newtypes.txt +share/doc/python3.6/_sources/extending/windows.txt +share/doc/python3.6/_sources/faq/design.txt +share/doc/python3.6/_sources/faq/extending.txt +share/doc/python3.6/_sources/faq/general.txt +share/doc/python3.6/_sources/faq/gui.txt +share/doc/python3.6/_sources/faq/index.txt +share/doc/python3.6/_sources/faq/installed.txt +share/doc/python3.6/_sources/faq/library.txt +share/doc/python3.6/_sources/faq/programming.txt +share/doc/python3.6/_sources/faq/windows.txt +share/doc/python3.6/_sources/glossary.txt +share/doc/python3.6/_sources/howto/argparse.txt +share/doc/python3.6/_sources/howto/clinic.txt +share/doc/python3.6/_sources/howto/cporting.txt +share/doc/python3.6/_sources/howto/curses.txt +share/doc/python3.6/_sources/howto/descriptor.txt +share/doc/python3.6/_sources/howto/functional.txt +share/doc/python3.6/_sources/howto/index.txt +share/doc/python3.6/_sources/howto/instrumentation.txt +share/doc/python3.6/_sources/howto/ipaddress.txt +share/doc/python3.6/_sources/howto/logging-cookbook.txt +share/doc/python3.6/_sources/howto/logging.txt +share/doc/python3.6/_sources/howto/pyporting.txt +share/doc/python3.6/_sources/howto/regex.txt +share/doc/python3.6/_sources/howto/sockets.txt +share/doc/python3.6/_sources/howto/sorting.txt +share/doc/python3.6/_sources/howto/unicode.txt +share/doc/python3.6/_sources/howto/urllib2.txt +share/doc/python3.6/_sources/install/index.txt +share/doc/python3.6/_sources/installing/index.txt +share/doc/python3.6/_sources/library/2to3.txt +share/doc/python3.6/_sources/library/__future__.txt +share/doc/python3.6/_sources/library/__main__.txt +share/doc/python3.6/_sources/library/_dummy_thread.txt +share/doc/python3.6/_sources/library/_thread.txt +share/doc/python3.6/_sources/library/abc.txt +share/doc/python3.6/_sources/library/aifc.txt +share/doc/python3.6/_sources/library/allos.txt +share/doc/python3.6/_sources/library/archiving.txt +share/doc/python3.6/_sources/library/argparse.txt +share/doc/python3.6/_sources/library/array.txt +share/doc/python3.6/_sources/library/ast.txt +share/doc/python3.6/_sources/library/asynchat.txt +share/doc/python3.6/_sources/library/asyncio-dev.txt +share/doc/python3.6/_sources/library/asyncio-eventloop.txt +share/doc/python3.6/_sources/library/asyncio-eventloops.txt +share/doc/python3.6/_sources/library/asyncio-protocol.txt +share/doc/python3.6/_sources/library/asyncio-queue.txt +share/doc/python3.6/_sources/library/asyncio-stream.txt +share/doc/python3.6/_sources/library/asyncio-subprocess.txt +share/doc/python3.6/_sources/library/asyncio-sync.txt +share/doc/python3.6/_sources/library/asyncio-task.txt +share/doc/python3.6/_sources/library/asyncio.txt +share/doc/python3.6/_sources/library/asyncore.txt +share/doc/python3.6/_sources/library/atexit.txt +share/doc/python3.6/_sources/library/audioop.txt +share/doc/python3.6/_sources/library/base64.txt +share/doc/python3.6/_sources/library/bdb.txt +share/doc/python3.6/_sources/library/binary.txt +share/doc/python3.6/_sources/library/binascii.txt +share/doc/python3.6/_sources/library/binhex.txt +share/doc/python3.6/_sources/library/bisect.txt +share/doc/python3.6/_sources/library/builtins.txt +share/doc/python3.6/_sources/library/bz2.txt +share/doc/python3.6/_sources/library/calendar.txt +share/doc/python3.6/_sources/library/cgi.txt +share/doc/python3.6/_sources/library/cgitb.txt +share/doc/python3.6/_sources/library/chunk.txt +share/doc/python3.6/_sources/library/cmath.txt +share/doc/python3.6/_sources/library/cmd.txt +share/doc/python3.6/_sources/library/code.txt +share/doc/python3.6/_sources/library/codecs.txt +share/doc/python3.6/_sources/library/codeop.txt +share/doc/python3.6/_sources/library/collections.abc.txt +share/doc/python3.6/_sources/library/collections.txt +share/doc/python3.6/_sources/library/colorsys.txt +share/doc/python3.6/_sources/library/compileall.txt +share/doc/python3.6/_sources/library/concurrency.txt +share/doc/python3.6/_sources/library/concurrent.futures.txt +share/doc/python3.6/_sources/library/concurrent.txt +share/doc/python3.6/_sources/library/configparser.txt +share/doc/python3.6/_sources/library/constants.txt +share/doc/python3.6/_sources/library/contextlib.txt +share/doc/python3.6/_sources/library/copy.txt +share/doc/python3.6/_sources/library/copyreg.txt +share/doc/python3.6/_sources/library/crypt.txt +share/doc/python3.6/_sources/library/crypto.txt +share/doc/python3.6/_sources/library/csv.txt +share/doc/python3.6/_sources/library/ctypes.txt +share/doc/python3.6/_sources/library/curses.ascii.txt +share/doc/python3.6/_sources/library/curses.panel.txt +share/doc/python3.6/_sources/library/curses.txt +share/doc/python3.6/_sources/library/custominterp.txt +share/doc/python3.6/_sources/library/datatypes.txt +share/doc/python3.6/_sources/library/datetime.txt +share/doc/python3.6/_sources/library/dbm.txt +share/doc/python3.6/_sources/library/debug.txt +share/doc/python3.6/_sources/library/decimal.txt +share/doc/python3.6/_sources/library/development.txt +share/doc/python3.6/_sources/library/difflib.txt +share/doc/python3.6/_sources/library/dis.txt +share/doc/python3.6/_sources/library/distribution.txt +share/doc/python3.6/_sources/library/distutils.txt +share/doc/python3.6/_sources/library/doctest.txt +share/doc/python3.6/_sources/library/dummy_threading.txt +share/doc/python3.6/_sources/library/email.charset.txt +share/doc/python3.6/_sources/library/email.compat32-message.txt +share/doc/python3.6/_sources/library/email.contentmanager.txt +share/doc/python3.6/_sources/library/email.encoders.txt +share/doc/python3.6/_sources/library/email.errors.txt +share/doc/python3.6/_sources/library/email.examples.txt +share/doc/python3.6/_sources/library/email.generator.txt +share/doc/python3.6/_sources/library/email.header.txt +share/doc/python3.6/_sources/library/email.headerregistry.txt +share/doc/python3.6/_sources/library/email.iterators.txt +share/doc/python3.6/_sources/library/email.message.txt +share/doc/python3.6/_sources/library/email.mime.txt +share/doc/python3.6/_sources/library/email.parser.txt +share/doc/python3.6/_sources/library/email.policy.txt +share/doc/python3.6/_sources/library/email.txt +share/doc/python3.6/_sources/library/email.util.txt +share/doc/python3.6/_sources/library/ensurepip.txt +share/doc/python3.6/_sources/library/enum.txt +share/doc/python3.6/_sources/library/errno.txt +share/doc/python3.6/_sources/library/exceptions.txt +share/doc/python3.6/_sources/library/faulthandler.txt +share/doc/python3.6/_sources/library/fcntl.txt +share/doc/python3.6/_sources/library/filecmp.txt +share/doc/python3.6/_sources/library/fileformats.txt +share/doc/python3.6/_sources/library/fileinput.txt +share/doc/python3.6/_sources/library/filesys.txt +share/doc/python3.6/_sources/library/fnmatch.txt +share/doc/python3.6/_sources/library/formatter.txt +share/doc/python3.6/_sources/library/fpectl.txt +share/doc/python3.6/_sources/library/fractions.txt +share/doc/python3.6/_sources/library/frameworks.txt +share/doc/python3.6/_sources/library/ftplib.txt +share/doc/python3.6/_sources/library/functional.txt +share/doc/python3.6/_sources/library/functions.txt +share/doc/python3.6/_sources/library/functools.txt +share/doc/python3.6/_sources/library/gc.txt +share/doc/python3.6/_sources/library/getopt.txt +share/doc/python3.6/_sources/library/getpass.txt +share/doc/python3.6/_sources/library/gettext.txt +share/doc/python3.6/_sources/library/glob.txt +share/doc/python3.6/_sources/library/grp.txt +share/doc/python3.6/_sources/library/gzip.txt +share/doc/python3.6/_sources/library/hashlib-blake2.txt +share/doc/python3.6/_sources/library/hashlib.txt +share/doc/python3.6/_sources/library/heapq.txt +share/doc/python3.6/_sources/library/hmac.txt +share/doc/python3.6/_sources/library/html.entities.txt +share/doc/python3.6/_sources/library/html.parser.txt +share/doc/python3.6/_sources/library/html.txt +share/doc/python3.6/_sources/library/http.client.txt +share/doc/python3.6/_sources/library/http.cookiejar.txt +share/doc/python3.6/_sources/library/http.cookies.txt +share/doc/python3.6/_sources/library/http.server.txt +share/doc/python3.6/_sources/library/http.txt +share/doc/python3.6/_sources/library/i18n.txt +share/doc/python3.6/_sources/library/idle.txt +share/doc/python3.6/_sources/library/imaplib.txt +share/doc/python3.6/_sources/library/imghdr.txt +share/doc/python3.6/_sources/library/imp.txt +share/doc/python3.6/_sources/library/importlib.txt +share/doc/python3.6/_sources/library/index.txt +share/doc/python3.6/_sources/library/inspect.txt +share/doc/python3.6/_sources/library/internet.txt +share/doc/python3.6/_sources/library/intro.txt +share/doc/python3.6/_sources/library/io.txt +share/doc/python3.6/_sources/library/ipaddress.txt +share/doc/python3.6/_sources/library/ipc.txt +share/doc/python3.6/_sources/library/itertools.txt +share/doc/python3.6/_sources/library/json.txt +share/doc/python3.6/_sources/library/keyword.txt +share/doc/python3.6/_sources/library/language.txt +share/doc/python3.6/_sources/library/linecache.txt +share/doc/python3.6/_sources/library/locale.txt +share/doc/python3.6/_sources/library/logging.config.txt +share/doc/python3.6/_sources/library/logging.handlers.txt +share/doc/python3.6/_sources/library/logging.txt +share/doc/python3.6/_sources/library/lzma.txt +share/doc/python3.6/_sources/library/macpath.txt +share/doc/python3.6/_sources/library/mailbox.txt +share/doc/python3.6/_sources/library/mailcap.txt +share/doc/python3.6/_sources/library/markup.txt +share/doc/python3.6/_sources/library/marshal.txt +share/doc/python3.6/_sources/library/math.txt +share/doc/python3.6/_sources/library/mimetypes.txt +share/doc/python3.6/_sources/library/misc.txt +share/doc/python3.6/_sources/library/mm.txt +share/doc/python3.6/_sources/library/mmap.txt +share/doc/python3.6/_sources/library/modulefinder.txt +share/doc/python3.6/_sources/library/modules.txt +share/doc/python3.6/_sources/library/msilib.txt +share/doc/python3.6/_sources/library/msvcrt.txt +share/doc/python3.6/_sources/library/multiprocessing.txt +share/doc/python3.6/_sources/library/netdata.txt +share/doc/python3.6/_sources/library/netrc.txt +share/doc/python3.6/_sources/library/nis.txt +share/doc/python3.6/_sources/library/nntplib.txt +share/doc/python3.6/_sources/library/numbers.txt +share/doc/python3.6/_sources/library/numeric.txt +share/doc/python3.6/_sources/library/operator.txt +share/doc/python3.6/_sources/library/optparse.txt +share/doc/python3.6/_sources/library/os.path.txt +share/doc/python3.6/_sources/library/os.txt +share/doc/python3.6/_sources/library/ossaudiodev.txt +share/doc/python3.6/_sources/library/othergui.txt +share/doc/python3.6/_sources/library/parser.txt +share/doc/python3.6/_sources/library/pathlib.txt +share/doc/python3.6/_sources/library/pdb.txt +share/doc/python3.6/_sources/library/persistence.txt +share/doc/python3.6/_sources/library/pickle.txt +share/doc/python3.6/_sources/library/pickletools.txt +share/doc/python3.6/_sources/library/pipes.txt +share/doc/python3.6/_sources/library/pkgutil.txt +share/doc/python3.6/_sources/library/platform.txt +share/doc/python3.6/_sources/library/plistlib.txt +share/doc/python3.6/_sources/library/poplib.txt +share/doc/python3.6/_sources/library/posix.txt +share/doc/python3.6/_sources/library/pprint.txt +share/doc/python3.6/_sources/library/profile.txt +share/doc/python3.6/_sources/library/pty.txt +share/doc/python3.6/_sources/library/pwd.txt +share/doc/python3.6/_sources/library/py_compile.txt +share/doc/python3.6/_sources/library/pyclbr.txt +share/doc/python3.6/_sources/library/pydoc.txt +share/doc/python3.6/_sources/library/pyexpat.txt +share/doc/python3.6/_sources/library/python.txt +share/doc/python3.6/_sources/library/queue.txt +share/doc/python3.6/_sources/library/quopri.txt +share/doc/python3.6/_sources/library/random.txt +share/doc/python3.6/_sources/library/re.txt +share/doc/python3.6/_sources/library/readline.txt +share/doc/python3.6/_sources/library/reprlib.txt +share/doc/python3.6/_sources/library/resource.txt +share/doc/python3.6/_sources/library/rlcompleter.txt +share/doc/python3.6/_sources/library/runpy.txt +share/doc/python3.6/_sources/library/sched.txt +share/doc/python3.6/_sources/library/secrets.txt +share/doc/python3.6/_sources/library/select.txt +share/doc/python3.6/_sources/library/selectors.txt +share/doc/python3.6/_sources/library/shelve.txt +share/doc/python3.6/_sources/library/shlex.txt +share/doc/python3.6/_sources/library/shutil.txt +share/doc/python3.6/_sources/library/signal.txt +share/doc/python3.6/_sources/library/site.txt +share/doc/python3.6/_sources/library/smtpd.txt +share/doc/python3.6/_sources/library/smtplib.txt +share/doc/python3.6/_sources/library/sndhdr.txt +share/doc/python3.6/_sources/library/socket.txt +share/doc/python3.6/_sources/library/socketserver.txt +share/doc/python3.6/_sources/library/spwd.txt +share/doc/python3.6/_sources/library/sqlite3.txt +share/doc/python3.6/_sources/library/ssl.txt +share/doc/python3.6/_sources/library/stat.txt +share/doc/python3.6/_sources/library/statistics.txt +share/doc/python3.6/_sources/library/stdtypes.txt +share/doc/python3.6/_sources/library/string.txt +share/doc/python3.6/_sources/library/stringprep.txt +share/doc/python3.6/_sources/library/struct.txt +share/doc/python3.6/_sources/library/subprocess.txt +share/doc/python3.6/_sources/library/sunau.txt +share/doc/python3.6/_sources/library/superseded.txt +share/doc/python3.6/_sources/library/symbol.txt +share/doc/python3.6/_sources/library/symtable.txt +share/doc/python3.6/_sources/library/sys.txt +share/doc/python3.6/_sources/library/sysconfig.txt +share/doc/python3.6/_sources/library/syslog.txt +share/doc/python3.6/_sources/library/tabnanny.txt +share/doc/python3.6/_sources/library/tarfile.txt +share/doc/python3.6/_sources/library/telnetlib.txt +share/doc/python3.6/_sources/library/tempfile.txt +share/doc/python3.6/_sources/library/termios.txt +share/doc/python3.6/_sources/library/test.txt +share/doc/python3.6/_sources/library/text.txt +share/doc/python3.6/_sources/library/textwrap.txt +share/doc/python3.6/_sources/library/threading.txt +share/doc/python3.6/_sources/library/time.txt +share/doc/python3.6/_sources/library/timeit.txt +share/doc/python3.6/_sources/library/tk.txt +share/doc/python3.6/_sources/library/tkinter.scrolledtext.txt +share/doc/python3.6/_sources/library/tkinter.tix.txt +share/doc/python3.6/_sources/library/tkinter.ttk.txt +share/doc/python3.6/_sources/library/tkinter.txt +share/doc/python3.6/_sources/library/token.txt +share/doc/python3.6/_sources/library/tokenize.txt +share/doc/python3.6/_sources/library/trace.txt +share/doc/python3.6/_sources/library/traceback.txt +share/doc/python3.6/_sources/library/tracemalloc.txt +share/doc/python3.6/_sources/library/tty.txt +share/doc/python3.6/_sources/library/turtle.txt +share/doc/python3.6/_sources/library/types.txt +share/doc/python3.6/_sources/library/typing.txt +share/doc/python3.6/_sources/library/undoc.txt +share/doc/python3.6/_sources/library/unicodedata.txt +share/doc/python3.6/_sources/library/unittest.mock-examples.txt +share/doc/python3.6/_sources/library/unittest.mock.txt +share/doc/python3.6/_sources/library/unittest.txt +share/doc/python3.6/_sources/library/unix.txt +share/doc/python3.6/_sources/library/urllib.error.txt +share/doc/python3.6/_sources/library/urllib.parse.txt +share/doc/python3.6/_sources/library/urllib.request.txt +share/doc/python3.6/_sources/library/urllib.robotparser.txt +share/doc/python3.6/_sources/library/urllib.txt +share/doc/python3.6/_sources/library/uu.txt +share/doc/python3.6/_sources/library/uuid.txt +share/doc/python3.6/_sources/library/venv.txt +share/doc/python3.6/_sources/library/warnings.txt +share/doc/python3.6/_sources/library/wave.txt +share/doc/python3.6/_sources/library/weakref.txt +share/doc/python3.6/_sources/library/webbrowser.txt +share/doc/python3.6/_sources/library/windows.txt +share/doc/python3.6/_sources/library/winreg.txt +share/doc/python3.6/_sources/library/winsound.txt +share/doc/python3.6/_sources/library/wsgiref.txt +share/doc/python3.6/_sources/library/xdrlib.txt +share/doc/python3.6/_sources/library/xml.dom.minidom.txt +share/doc/python3.6/_sources/library/xml.dom.pulldom.txt +share/doc/python3.6/_sources/library/xml.dom.txt +share/doc/python3.6/_sources/library/xml.etree.elementtree.txt +share/doc/python3.6/_sources/library/xml.sax.handler.txt +share/doc/python3.6/_sources/library/xml.sax.reader.txt +share/doc/python3.6/_sources/library/xml.sax.txt +share/doc/python3.6/_sources/library/xml.sax.utils.txt +share/doc/python3.6/_sources/library/xml.txt +share/doc/python3.6/_sources/library/xmlrpc.client.txt +share/doc/python3.6/_sources/library/xmlrpc.server.txt +share/doc/python3.6/_sources/library/xmlrpc.txt +share/doc/python3.6/_sources/library/zipapp.txt +share/doc/python3.6/_sources/library/zipfile.txt +share/doc/python3.6/_sources/library/zipimport.txt +share/doc/python3.6/_sources/library/zlib.txt +share/doc/python3.6/_sources/license.txt +share/doc/python3.6/_sources/reference/compound_stmts.txt +share/doc/python3.6/_sources/reference/datamodel.txt +share/doc/python3.6/_sources/reference/executionmodel.txt +share/doc/python3.6/_sources/reference/expressions.txt +share/doc/python3.6/_sources/reference/grammar.txt +share/doc/python3.6/_sources/reference/import.txt +share/doc/python3.6/_sources/reference/index.txt +share/doc/python3.6/_sources/reference/introduction.txt +share/doc/python3.6/_sources/reference/lexical_analysis.txt +share/doc/python3.6/_sources/reference/simple_stmts.txt +share/doc/python3.6/_sources/reference/toplevel_components.txt +share/doc/python3.6/_sources/tutorial/appendix.txt +share/doc/python3.6/_sources/tutorial/appetite.txt +share/doc/python3.6/_sources/tutorial/classes.txt +share/doc/python3.6/_sources/tutorial/controlflow.txt +share/doc/python3.6/_sources/tutorial/datastructures.txt +share/doc/python3.6/_sources/tutorial/errors.txt +share/doc/python3.6/_sources/tutorial/floatingpoint.txt +share/doc/python3.6/_sources/tutorial/index.txt +share/doc/python3.6/_sources/tutorial/inputoutput.txt +share/doc/python3.6/_sources/tutorial/interactive.txt +share/doc/python3.6/_sources/tutorial/interpreter.txt +share/doc/python3.6/_sources/tutorial/introduction.txt +share/doc/python3.6/_sources/tutorial/modules.txt +share/doc/python3.6/_sources/tutorial/stdlib.txt +share/doc/python3.6/_sources/tutorial/stdlib2.txt +share/doc/python3.6/_sources/tutorial/venv.txt +share/doc/python3.6/_sources/tutorial/whatnow.txt +share/doc/python3.6/_sources/using/cmdline.txt +share/doc/python3.6/_sources/using/index.txt +share/doc/python3.6/_sources/using/mac.txt +share/doc/python3.6/_sources/using/unix.txt +share/doc/python3.6/_sources/using/windows.txt +share/doc/python3.6/_sources/whatsnew/2.0.txt +share/doc/python3.6/_sources/whatsnew/2.1.txt +share/doc/python3.6/_sources/whatsnew/2.2.txt +share/doc/python3.6/_sources/whatsnew/2.3.txt +share/doc/python3.6/_sources/whatsnew/2.4.txt +share/doc/python3.6/_sources/whatsnew/2.5.txt +share/doc/python3.6/_sources/whatsnew/2.6.txt +share/doc/python3.6/_sources/whatsnew/2.7.txt +share/doc/python3.6/_sources/whatsnew/3.0.txt +share/doc/python3.6/_sources/whatsnew/3.1.txt +share/doc/python3.6/_sources/whatsnew/3.2.txt +share/doc/python3.6/_sources/whatsnew/3.3.txt +share/doc/python3.6/_sources/whatsnew/3.4.txt +share/doc/python3.6/_sources/whatsnew/3.5.txt +share/doc/python3.6/_sources/whatsnew/3.6.txt +share/doc/python3.6/_sources/whatsnew/changelog.txt +share/doc/python3.6/_sources/whatsnew/index.txt +share/doc/python3.6/_static/ajax-loader.gif +share/doc/python3.6/_static/basic.css +share/doc/python3.6/_static/classic.css +share/doc/python3.6/_static/comment-bright.png +share/doc/python3.6/_static/comment-close.png +share/doc/python3.6/_static/comment.png +share/doc/python3.6/_static/copybutton.js +share/doc/python3.6/_static/default.css +share/doc/python3.6/_static/doctools.js +share/doc/python3.6/_static/down-pressed.png +share/doc/python3.6/_static/down.png +share/doc/python3.6/_static/file.png +share/doc/python3.6/_static/jquery-1.11.1.js +share/doc/python3.6/_static/jquery.js +share/doc/python3.6/_static/minus.png +share/doc/python3.6/_static/opensearch.xml +share/doc/python3.6/_static/plus.png +share/doc/python3.6/_static/py.png +share/doc/python3.6/_static/pydoctheme.css +share/doc/python3.6/_static/pygments.css +share/doc/python3.6/_static/searchtools.js +share/doc/python3.6/_static/sidebar.js +share/doc/python3.6/_static/underscore-1.3.1.js +share/doc/python3.6/_static/underscore.js +share/doc/python3.6/_static/up-pressed.png +share/doc/python3.6/_static/up.png +share/doc/python3.6/_static/version_switch.js +share/doc/python3.6/_static/websupport.js +share/doc/python3.6/about.html +share/doc/python3.6/bugs.html +share/doc/python3.6/c-api/abstract.html +share/doc/python3.6/c-api/allocation.html +share/doc/python3.6/c-api/apiabiversion.html +share/doc/python3.6/c-api/arg.html +share/doc/python3.6/c-api/bool.html +share/doc/python3.6/c-api/buffer.html +share/doc/python3.6/c-api/bytearray.html +share/doc/python3.6/c-api/bytes.html +share/doc/python3.6/c-api/capsule.html +share/doc/python3.6/c-api/cell.html +share/doc/python3.6/c-api/code.html +share/doc/python3.6/c-api/codec.html +share/doc/python3.6/c-api/complex.html +share/doc/python3.6/c-api/concrete.html +share/doc/python3.6/c-api/conversion.html +share/doc/python3.6/c-api/coro.html +share/doc/python3.6/c-api/datetime.html +share/doc/python3.6/c-api/descriptor.html +share/doc/python3.6/c-api/dict.html +share/doc/python3.6/c-api/exceptions.html +share/doc/python3.6/c-api/file.html +share/doc/python3.6/c-api/float.html +share/doc/python3.6/c-api/function.html +share/doc/python3.6/c-api/gcsupport.html +share/doc/python3.6/c-api/gen.html +share/doc/python3.6/c-api/import.html +share/doc/python3.6/c-api/index.html +share/doc/python3.6/c-api/init.html +share/doc/python3.6/c-api/intro.html +share/doc/python3.6/c-api/iter.html +share/doc/python3.6/c-api/iterator.html +share/doc/python3.6/c-api/list.html +share/doc/python3.6/c-api/long.html +share/doc/python3.6/c-api/mapping.html +share/doc/python3.6/c-api/marshal.html +share/doc/python3.6/c-api/memory.html +share/doc/python3.6/c-api/memoryview.html +share/doc/python3.6/c-api/method.html +share/doc/python3.6/c-api/module.html +share/doc/python3.6/c-api/none.html +share/doc/python3.6/c-api/number.html +share/doc/python3.6/c-api/objbuffer.html +share/doc/python3.6/c-api/object.html +share/doc/python3.6/c-api/objimpl.html +share/doc/python3.6/c-api/refcounting.html +share/doc/python3.6/c-api/reflection.html +share/doc/python3.6/c-api/sequence.html +share/doc/python3.6/c-api/set.html +share/doc/python3.6/c-api/slice.html +share/doc/python3.6/c-api/stable.html +share/doc/python3.6/c-api/structures.html +share/doc/python3.6/c-api/sys.html +share/doc/python3.6/c-api/tuple.html +share/doc/python3.6/c-api/type.html +share/doc/python3.6/c-api/typeobj.html +share/doc/python3.6/c-api/unicode.html +share/doc/python3.6/c-api/utilities.html +share/doc/python3.6/c-api/veryhigh.html +share/doc/python3.6/c-api/weakref.html +share/doc/python3.6/contents.html +share/doc/python3.6/copyright.html +share/doc/python3.6/distributing/index.html +share/doc/python3.6/distutils/apiref.html +share/doc/python3.6/distutils/builtdist.html +share/doc/python3.6/distutils/commandref.html +share/doc/python3.6/distutils/configfile.html +share/doc/python3.6/distutils/examples.html +share/doc/python3.6/distutils/extending.html +share/doc/python3.6/distutils/index.html +share/doc/python3.6/distutils/introduction.html +share/doc/python3.6/distutils/packageindex.html +share/doc/python3.6/distutils/setupscript.html +share/doc/python3.6/distutils/sourcedist.html +share/doc/python3.6/distutils/uploading.html +share/doc/python3.6/download.html +share/doc/python3.6/extending/building.html +share/doc/python3.6/extending/embedding.html +share/doc/python3.6/extending/extending.html +share/doc/python3.6/extending/index.html +share/doc/python3.6/extending/newtypes.html +share/doc/python3.6/extending/windows.html +share/doc/python3.6/faq/design.html +share/doc/python3.6/faq/extending.html +share/doc/python3.6/faq/general.html +share/doc/python3.6/faq/gui.html +share/doc/python3.6/faq/index.html +share/doc/python3.6/faq/installed.html +share/doc/python3.6/faq/library.html +share/doc/python3.6/faq/programming.html +share/doc/python3.6/faq/windows.html +share/doc/python3.6/genindex-A.html +share/doc/python3.6/genindex-B.html +share/doc/python3.6/genindex-C.html +share/doc/python3.6/genindex-D.html +share/doc/python3.6/genindex-E.html +share/doc/python3.6/genindex-F.html +share/doc/python3.6/genindex-G.html +share/doc/python3.6/genindex-H.html +share/doc/python3.6/genindex-I.html +share/doc/python3.6/genindex-J.html +share/doc/python3.6/genindex-K.html +share/doc/python3.6/genindex-L.html +share/doc/python3.6/genindex-M.html +share/doc/python3.6/genindex-N.html +share/doc/python3.6/genindex-O.html +share/doc/python3.6/genindex-P.html +share/doc/python3.6/genindex-Q.html +share/doc/python3.6/genindex-R.html +share/doc/python3.6/genindex-S.html +share/doc/python3.6/genindex-Symbols.html +share/doc/python3.6/genindex-T.html +share/doc/python3.6/genindex-U.html +share/doc/python3.6/genindex-V.html +share/doc/python3.6/genindex-W.html +share/doc/python3.6/genindex-X.html +share/doc/python3.6/genindex-Y.html +share/doc/python3.6/genindex-Z.html +share/doc/python3.6/genindex-_.html +share/doc/python3.6/genindex-all.html +share/doc/python3.6/genindex.html +share/doc/python3.6/glossary.html +share/doc/python3.6/howto/argparse.html +share/doc/python3.6/howto/clinic.html +share/doc/python3.6/howto/cporting.html +share/doc/python3.6/howto/curses.html +share/doc/python3.6/howto/descriptor.html +share/doc/python3.6/howto/functional.html +share/doc/python3.6/howto/index.html +share/doc/python3.6/howto/instrumentation.html +share/doc/python3.6/howto/ipaddress.html +share/doc/python3.6/howto/logging-cookbook.html +share/doc/python3.6/howto/logging.html +share/doc/python3.6/howto/pyporting.html +share/doc/python3.6/howto/regex.html +share/doc/python3.6/howto/sockets.html +share/doc/python3.6/howto/sorting.html +share/doc/python3.6/howto/unicode.html +share/doc/python3.6/howto/urllib2.html +share/doc/python3.6/index.html +share/doc/python3.6/install/index.html +share/doc/python3.6/installing/index.html +share/doc/python3.6/library/2to3.html +share/doc/python3.6/library/__future__.html +share/doc/python3.6/library/__main__.html +share/doc/python3.6/library/_dummy_thread.html +share/doc/python3.6/library/_thread.html +share/doc/python3.6/library/abc.html +share/doc/python3.6/library/aifc.html +share/doc/python3.6/library/allos.html +share/doc/python3.6/library/archiving.html +share/doc/python3.6/library/argparse.html +share/doc/python3.6/library/array.html +share/doc/python3.6/library/ast.html +share/doc/python3.6/library/asynchat.html +share/doc/python3.6/library/asyncio-dev.html +share/doc/python3.6/library/asyncio-eventloop.html +share/doc/python3.6/library/asyncio-eventloops.html +share/doc/python3.6/library/asyncio-protocol.html +share/doc/python3.6/library/asyncio-queue.html +share/doc/python3.6/library/asyncio-stream.html +share/doc/python3.6/library/asyncio-subprocess.html +share/doc/python3.6/library/asyncio-sync.html +share/doc/python3.6/library/asyncio-task.html +share/doc/python3.6/library/asyncio.html +share/doc/python3.6/library/asyncore.html +share/doc/python3.6/library/atexit.html +share/doc/python3.6/library/audioop.html +share/doc/python3.6/library/base64.html +share/doc/python3.6/library/bdb.html +share/doc/python3.6/library/binary.html +share/doc/python3.6/library/binascii.html +share/doc/python3.6/library/binhex.html +share/doc/python3.6/library/bisect.html +share/doc/python3.6/library/builtins.html +share/doc/python3.6/library/bz2.html +share/doc/python3.6/library/calendar.html +share/doc/python3.6/library/cgi.html +share/doc/python3.6/library/cgitb.html +share/doc/python3.6/library/chunk.html +share/doc/python3.6/library/cmath.html +share/doc/python3.6/library/cmd.html +share/doc/python3.6/library/code.html +share/doc/python3.6/library/codecs.html +share/doc/python3.6/library/codeop.html +share/doc/python3.6/library/collections.abc.html +share/doc/python3.6/library/collections.html +share/doc/python3.6/library/colorsys.html +share/doc/python3.6/library/compileall.html +share/doc/python3.6/library/concurrency.html +share/doc/python3.6/library/concurrent.futures.html +share/doc/python3.6/library/concurrent.html +share/doc/python3.6/library/configparser.html +share/doc/python3.6/library/constants.html +share/doc/python3.6/library/contextlib.html +share/doc/python3.6/library/copy.html +share/doc/python3.6/library/copyreg.html +share/doc/python3.6/library/crypt.html +share/doc/python3.6/library/crypto.html +share/doc/python3.6/library/csv.html +share/doc/python3.6/library/ctypes.html +share/doc/python3.6/library/curses.ascii.html +share/doc/python3.6/library/curses.html +share/doc/python3.6/library/curses.panel.html +share/doc/python3.6/library/custominterp.html +share/doc/python3.6/library/datatypes.html +share/doc/python3.6/library/datetime.html +share/doc/python3.6/library/dbm.html +share/doc/python3.6/library/debug.html +share/doc/python3.6/library/decimal.html +share/doc/python3.6/library/development.html +share/doc/python3.6/library/difflib.html +share/doc/python3.6/library/dis.html +share/doc/python3.6/library/distribution.html +share/doc/python3.6/library/distutils.html +share/doc/python3.6/library/doctest.html +share/doc/python3.6/library/dummy_threading.html +share/doc/python3.6/library/email.charset.html +share/doc/python3.6/library/email.compat32-message.html +share/doc/python3.6/library/email.contentmanager.html +share/doc/python3.6/library/email.encoders.html +share/doc/python3.6/library/email.errors.html +share/doc/python3.6/library/email.examples.html +share/doc/python3.6/library/email.generator.html +share/doc/python3.6/library/email.header.html +share/doc/python3.6/library/email.headerregistry.html +share/doc/python3.6/library/email.html +share/doc/python3.6/library/email.iterators.html +share/doc/python3.6/library/email.message.html +share/doc/python3.6/library/email.mime.html +share/doc/python3.6/library/email.parser.html +share/doc/python3.6/library/email.policy.html +share/doc/python3.6/library/email.util.html +share/doc/python3.6/library/ensurepip.html +share/doc/python3.6/library/enum.html +share/doc/python3.6/library/errno.html +share/doc/python3.6/library/exceptions.html +share/doc/python3.6/library/faulthandler.html +share/doc/python3.6/library/fcntl.html +share/doc/python3.6/library/filecmp.html +share/doc/python3.6/library/fileformats.html +share/doc/python3.6/library/fileinput.html +share/doc/python3.6/library/filesys.html +share/doc/python3.6/library/fnmatch.html +share/doc/python3.6/library/formatter.html +share/doc/python3.6/library/fpectl.html +share/doc/python3.6/library/fractions.html +share/doc/python3.6/library/frameworks.html +share/doc/python3.6/library/ftplib.html +share/doc/python3.6/library/functional.html +share/doc/python3.6/library/functions.html +share/doc/python3.6/library/functools.html +share/doc/python3.6/library/gc.html +share/doc/python3.6/library/getopt.html +share/doc/python3.6/library/getpass.html +share/doc/python3.6/library/gettext.html +share/doc/python3.6/library/glob.html +share/doc/python3.6/library/grp.html +share/doc/python3.6/library/gzip.html +share/doc/python3.6/library/hashlib-blake2.html +share/doc/python3.6/library/hashlib.html +share/doc/python3.6/library/heapq.html +share/doc/python3.6/library/hmac.html +share/doc/python3.6/library/html.entities.html +share/doc/python3.6/library/html.html +share/doc/python3.6/library/html.parser.html +share/doc/python3.6/library/http.client.html +share/doc/python3.6/library/http.cookiejar.html +share/doc/python3.6/library/http.cookies.html +share/doc/python3.6/library/http.html +share/doc/python3.6/library/http.server.html +share/doc/python3.6/library/i18n.html +share/doc/python3.6/library/idle.html +share/doc/python3.6/library/imaplib.html +share/doc/python3.6/library/imghdr.html +share/doc/python3.6/library/imp.html +share/doc/python3.6/library/importlib.html +share/doc/python3.6/library/index.html +share/doc/python3.6/library/inspect.html +share/doc/python3.6/library/internet.html +share/doc/python3.6/library/intro.html +share/doc/python3.6/library/io.html +share/doc/python3.6/library/ipaddress.html +share/doc/python3.6/library/ipc.html +share/doc/python3.6/library/itertools.html +share/doc/python3.6/library/json.html +share/doc/python3.6/library/keyword.html +share/doc/python3.6/library/language.html +share/doc/python3.6/library/linecache.html +share/doc/python3.6/library/locale.html +share/doc/python3.6/library/logging.config.html +share/doc/python3.6/library/logging.handlers.html +share/doc/python3.6/library/logging.html +share/doc/python3.6/library/lzma.html +share/doc/python3.6/library/macpath.html +share/doc/python3.6/library/mailbox.html +share/doc/python3.6/library/mailcap.html +share/doc/python3.6/library/markup.html +share/doc/python3.6/library/marshal.html +share/doc/python3.6/library/math.html +share/doc/python3.6/library/mimetypes.html +share/doc/python3.6/library/misc.html +share/doc/python3.6/library/mm.html +share/doc/python3.6/library/mmap.html +share/doc/python3.6/library/modulefinder.html +share/doc/python3.6/library/modules.html +share/doc/python3.6/library/msilib.html +share/doc/python3.6/library/msvcrt.html +share/doc/python3.6/library/multiprocessing.html +share/doc/python3.6/library/netdata.html +share/doc/python3.6/library/netrc.html +share/doc/python3.6/library/nis.html +share/doc/python3.6/library/nntplib.html +share/doc/python3.6/library/numbers.html +share/doc/python3.6/library/numeric.html +share/doc/python3.6/library/operator.html +share/doc/python3.6/library/optparse.html +share/doc/python3.6/library/os.html +share/doc/python3.6/library/os.path.html +share/doc/python3.6/library/ossaudiodev.html +share/doc/python3.6/library/othergui.html +share/doc/python3.6/library/parser.html +share/doc/python3.6/library/pathlib.html +share/doc/python3.6/library/pdb.html +share/doc/python3.6/library/persistence.html +share/doc/python3.6/library/pickle.html +share/doc/python3.6/library/pickletools.html +share/doc/python3.6/library/pipes.html +share/doc/python3.6/library/pkgutil.html +share/doc/python3.6/library/platform.html +share/doc/python3.6/library/plistlib.html +share/doc/python3.6/library/poplib.html +share/doc/python3.6/library/posix.html +share/doc/python3.6/library/pprint.html +share/doc/python3.6/library/profile.html +share/doc/python3.6/library/pty.html +share/doc/python3.6/library/pwd.html +share/doc/python3.6/library/py_compile.html +share/doc/python3.6/library/pyclbr.html +share/doc/python3.6/library/pydoc.html +share/doc/python3.6/library/pyexpat.html +share/doc/python3.6/library/python.html +share/doc/python3.6/library/queue.html +share/doc/python3.6/library/quopri.html +share/doc/python3.6/library/random.html +share/doc/python3.6/library/re.html +share/doc/python3.6/library/readline.html +share/doc/python3.6/library/reprlib.html +share/doc/python3.6/library/resource.html +share/doc/python3.6/library/rlcompleter.html +share/doc/python3.6/library/runpy.html +share/doc/python3.6/library/sched.html +share/doc/python3.6/library/secrets.html +share/doc/python3.6/library/select.html +share/doc/python3.6/library/selectors.html +share/doc/python3.6/library/shelve.html +share/doc/python3.6/library/shlex.html +share/doc/python3.6/library/shutil.html +share/doc/python3.6/library/signal.html +share/doc/python3.6/library/site.html +share/doc/python3.6/library/smtpd.html +share/doc/python3.6/library/smtplib.html +share/doc/python3.6/library/sndhdr.html +share/doc/python3.6/library/socket.html +share/doc/python3.6/library/socketserver.html +share/doc/python3.6/library/spwd.html +share/doc/python3.6/library/sqlite3.html +share/doc/python3.6/library/ssl.html +share/doc/python3.6/library/stat.html +share/doc/python3.6/library/statistics.html +share/doc/python3.6/library/stdtypes.html +share/doc/python3.6/library/string.html +share/doc/python3.6/library/stringprep.html +share/doc/python3.6/library/struct.html +share/doc/python3.6/library/subprocess.html +share/doc/python3.6/library/sunau.html +share/doc/python3.6/library/superseded.html +share/doc/python3.6/library/symbol.html +share/doc/python3.6/library/symtable.html +share/doc/python3.6/library/sys.html +share/doc/python3.6/library/sysconfig.html +share/doc/python3.6/library/syslog.html +share/doc/python3.6/library/tabnanny.html +share/doc/python3.6/library/tarfile.html +share/doc/python3.6/library/telnetlib.html +share/doc/python3.6/library/tempfile.html +share/doc/python3.6/library/termios.html +share/doc/python3.6/library/test.html +share/doc/python3.6/library/text.html +share/doc/python3.6/library/textwrap.html +share/doc/python3.6/library/threading.html +share/doc/python3.6/library/time.html +share/doc/python3.6/library/timeit.html +share/doc/python3.6/library/tk.html +share/doc/python3.6/library/tkinter.html +share/doc/python3.6/library/tkinter.scrolledtext.html +share/doc/python3.6/library/tkinter.tix.html +share/doc/python3.6/library/tkinter.ttk.html +share/doc/python3.6/library/token.html +share/doc/python3.6/library/tokenize.html +share/doc/python3.6/library/trace.html +share/doc/python3.6/library/traceback.html +share/doc/python3.6/library/tracemalloc.html +share/doc/python3.6/library/tty.html +share/doc/python3.6/library/turtle.html +share/doc/python3.6/library/types.html +share/doc/python3.6/library/typing.html +share/doc/python3.6/library/undoc.html +share/doc/python3.6/library/unicodedata.html +share/doc/python3.6/library/unittest.html +share/doc/python3.6/library/unittest.mock-examples.html +share/doc/python3.6/library/unittest.mock.html +share/doc/python3.6/library/unix.html +share/doc/python3.6/library/urllib.error.html +share/doc/python3.6/library/urllib.html +share/doc/python3.6/library/urllib.parse.html +share/doc/python3.6/library/urllib.request.html +share/doc/python3.6/library/urllib.robotparser.html +share/doc/python3.6/library/uu.html +share/doc/python3.6/library/uuid.html +share/doc/python3.6/library/venv.html +share/doc/python3.6/library/warnings.html +share/doc/python3.6/library/wave.html +share/doc/python3.6/library/weakref.html +share/doc/python3.6/library/webbrowser.html +share/doc/python3.6/library/windows.html +share/doc/python3.6/library/winreg.html +share/doc/python3.6/library/winsound.html +share/doc/python3.6/library/wsgiref.html +share/doc/python3.6/library/xdrlib.html +share/doc/python3.6/library/xml.dom.html +share/doc/python3.6/library/xml.dom.minidom.html +share/doc/python3.6/library/xml.dom.pulldom.html +share/doc/python3.6/library/xml.etree.elementtree.html +share/doc/python3.6/library/xml.html +share/doc/python3.6/library/xml.sax.handler.html +share/doc/python3.6/library/xml.sax.html +share/doc/python3.6/library/xml.sax.reader.html +share/doc/python3.6/library/xml.sax.utils.html +share/doc/python3.6/library/xmlrpc.client.html +share/doc/python3.6/library/xmlrpc.html +share/doc/python3.6/library/xmlrpc.server.html +share/doc/python3.6/library/zipapp.html +share/doc/python3.6/library/zipfile.html +share/doc/python3.6/library/zipimport.html +share/doc/python3.6/library/zlib.html +share/doc/python3.6/license.html +share/doc/python3.6/objects.inv +share/doc/python3.6/py-modindex.html +share/doc/python3.6/reference/compound_stmts.html +share/doc/python3.6/reference/datamodel.html +share/doc/python3.6/reference/executionmodel.html +share/doc/python3.6/reference/expressions.html +share/doc/python3.6/reference/grammar.html +share/doc/python3.6/reference/import.html +share/doc/python3.6/reference/index.html +share/doc/python3.6/reference/introduction.html +share/doc/python3.6/reference/lexical_analysis.html +share/doc/python3.6/reference/simple_stmts.html +share/doc/python3.6/reference/toplevel_components.html +share/doc/python3.6/search.html +share/doc/python3.6/searchindex.js +share/doc/python3.6/tutorial/appendix.html +share/doc/python3.6/tutorial/appetite.html +share/doc/python3.6/tutorial/classes.html +share/doc/python3.6/tutorial/controlflow.html +share/doc/python3.6/tutorial/datastructures.html +share/doc/python3.6/tutorial/errors.html +share/doc/python3.6/tutorial/floatingpoint.html +share/doc/python3.6/tutorial/index.html +share/doc/python3.6/tutorial/inputoutput.html +share/doc/python3.6/tutorial/interactive.html +share/doc/python3.6/tutorial/interpreter.html +share/doc/python3.6/tutorial/introduction.html +share/doc/python3.6/tutorial/modules.html +share/doc/python3.6/tutorial/stdlib.html +share/doc/python3.6/tutorial/stdlib2.html +share/doc/python3.6/tutorial/venv.html +share/doc/python3.6/tutorial/whatnow.html +share/doc/python3.6/using/cmdline.html +share/doc/python3.6/using/index.html +share/doc/python3.6/using/mac.html +share/doc/python3.6/using/unix.html +share/doc/python3.6/using/windows.html +share/doc/python3.6/whatsnew/2.0.html +share/doc/python3.6/whatsnew/2.1.html +share/doc/python3.6/whatsnew/2.2.html +share/doc/python3.6/whatsnew/2.3.html +share/doc/python3.6/whatsnew/2.4.html +share/doc/python3.6/whatsnew/2.5.html +share/doc/python3.6/whatsnew/2.6.html +share/doc/python3.6/whatsnew/2.7.html +share/doc/python3.6/whatsnew/3.0.html +share/doc/python3.6/whatsnew/3.1.html +share/doc/python3.6/whatsnew/3.2.html +share/doc/python3.6/whatsnew/3.3.html +share/doc/python3.6/whatsnew/3.4.html +share/doc/python3.6/whatsnew/3.5.html +share/doc/python3.6/whatsnew/3.6.html +share/doc/python3.6/whatsnew/changelog.html +share/doc/python3.6/whatsnew/index.html diff --git a/lang/py36-html-docs/distinfo b/lang/py36-html-docs/distinfo new file mode 100644 index 00000000000..d8d72c753cf --- /dev/null +++ b/lang/py36-html-docs/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/01/01 15:51:37 leot Exp $ + +SHA1 (python/python-3.6.0-docs-html.tar.bz2) = a0f9d8f35612857691514548052bc83a9b375ce2 +RMD160 (python/python-3.6.0-docs-html.tar.bz2) = 02db6e077701648eb334ae9111b16138f39fd932 +SHA512 (python/python-3.6.0-docs-html.tar.bz2) = b88eab978b114cc64170090a419c9a3556bbb8d4b4ea124e44c1b3b636f0cd97ab9310aa626a1f6c17d17b731fc371c7623296f2d39c5fc2cd1e1733b25cbcf2 +Size (python/python-3.6.0-docs-html.tar.bz2) = 5878463 bytes |