pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py35-html-docs



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Aug  9 13:20:54 UTC 2018

Modified Files:
        pkgsrc/lang/py35-html-docs: Makefile PLIST distinfo

Log Message:
py35-html-docs: Update lang/py35-html-docs to 3.5.6

Changes:
3.5.6
-----
Documentation
 - bpo-33216: Clarify the documentation for CALL_FUNCTION_VAR,
              CALL_FUNCTION_KW, and CALL_FUNCTION_VAR_KW.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py35-html-docs/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py35-html-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py35-html-docs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py35-html-docs/Makefile
diff -u pkgsrc/lang/py35-html-docs/Makefile:1.5 pkgsrc/lang/py35-html-docs/Makefile:1.6
--- pkgsrc/lang/py35-html-docs/Makefile:1.5     Mon May  7 08:40:21 2018
+++ pkgsrc/lang/py35-html-docs/Makefile Thu Aug  9 13:20:54 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2018/05/07 08:40:21 leot Exp $
+# $NetBSD: Makefile,v 1.6 2018/08/09 13:20:54 leot Exp $
 #
 
-VERS=          3.5.5
+VERS=          3.5.6
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py35-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py35-html-docs/PLIST
diff -u pkgsrc/lang/py35-html-docs/PLIST:1.1 pkgsrc/lang/py35-html-docs/PLIST:1.2
--- pkgsrc/lang/py35-html-docs/PLIST:1.1        Tue Jul 12 10:13:59 2016
+++ pkgsrc/lang/py35-html-docs/PLIST    Thu Aug  9 13:20:54 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/07/12 10:13:59 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/09 13:20:54 leot Exp $
 share/doc/python3.5/.buildinfo
 share/doc/python3.5/_images/logging_flow.png
 share/doc/python3.5/_images/pathlib-inheritance.png
@@ -6,468 +6,468 @@ share/doc/python3.5/_images/python-video
 share/doc/python3.5/_images/tulip_coro.png
 share/doc/python3.5/_images/turtle-star.png
 share/doc/python3.5/_images/win_installer.png
-share/doc/python3.5/_sources/about.txt
-share/doc/python3.5/_sources/bugs.txt
-share/doc/python3.5/_sources/c-api/abstract.txt
-share/doc/python3.5/_sources/c-api/allocation.txt
-share/doc/python3.5/_sources/c-api/apiabiversion.txt
-share/doc/python3.5/_sources/c-api/arg.txt
-share/doc/python3.5/_sources/c-api/bool.txt
-share/doc/python3.5/_sources/c-api/buffer.txt
-share/doc/python3.5/_sources/c-api/bytearray.txt
-share/doc/python3.5/_sources/c-api/bytes.txt
-share/doc/python3.5/_sources/c-api/capsule.txt
-share/doc/python3.5/_sources/c-api/cell.txt
-share/doc/python3.5/_sources/c-api/code.txt
-share/doc/python3.5/_sources/c-api/codec.txt
-share/doc/python3.5/_sources/c-api/complex.txt
-share/doc/python3.5/_sources/c-api/concrete.txt
-share/doc/python3.5/_sources/c-api/conversion.txt
-share/doc/python3.5/_sources/c-api/coro.txt
-share/doc/python3.5/_sources/c-api/datetime.txt
-share/doc/python3.5/_sources/c-api/descriptor.txt
-share/doc/python3.5/_sources/c-api/dict.txt
-share/doc/python3.5/_sources/c-api/exceptions.txt
-share/doc/python3.5/_sources/c-api/file.txt
-share/doc/python3.5/_sources/c-api/float.txt
-share/doc/python3.5/_sources/c-api/function.txt
-share/doc/python3.5/_sources/c-api/gcsupport.txt
-share/doc/python3.5/_sources/c-api/gen.txt
-share/doc/python3.5/_sources/c-api/import.txt
-share/doc/python3.5/_sources/c-api/index.txt
-share/doc/python3.5/_sources/c-api/init.txt
-share/doc/python3.5/_sources/c-api/intro.txt
-share/doc/python3.5/_sources/c-api/iter.txt
-share/doc/python3.5/_sources/c-api/iterator.txt
-share/doc/python3.5/_sources/c-api/list.txt
-share/doc/python3.5/_sources/c-api/long.txt
-share/doc/python3.5/_sources/c-api/mapping.txt
-share/doc/python3.5/_sources/c-api/marshal.txt
-share/doc/python3.5/_sources/c-api/memory.txt
-share/doc/python3.5/_sources/c-api/memoryview.txt
-share/doc/python3.5/_sources/c-api/method.txt
-share/doc/python3.5/_sources/c-api/module.txt
-share/doc/python3.5/_sources/c-api/none.txt
-share/doc/python3.5/_sources/c-api/number.txt
-share/doc/python3.5/_sources/c-api/objbuffer.txt
-share/doc/python3.5/_sources/c-api/object.txt
-share/doc/python3.5/_sources/c-api/objimpl.txt
-share/doc/python3.5/_sources/c-api/refcounting.txt
-share/doc/python3.5/_sources/c-api/reflection.txt
-share/doc/python3.5/_sources/c-api/sequence.txt
-share/doc/python3.5/_sources/c-api/set.txt
-share/doc/python3.5/_sources/c-api/slice.txt
-share/doc/python3.5/_sources/c-api/stable.txt
-share/doc/python3.5/_sources/c-api/structures.txt
-share/doc/python3.5/_sources/c-api/sys.txt
-share/doc/python3.5/_sources/c-api/tuple.txt
-share/doc/python3.5/_sources/c-api/type.txt
-share/doc/python3.5/_sources/c-api/typeobj.txt
-share/doc/python3.5/_sources/c-api/unicode.txt
-share/doc/python3.5/_sources/c-api/utilities.txt
-share/doc/python3.5/_sources/c-api/veryhigh.txt
-share/doc/python3.5/_sources/c-api/weakref.txt
-share/doc/python3.5/_sources/contents.txt
-share/doc/python3.5/_sources/copyright.txt
-share/doc/python3.5/_sources/distributing/index.txt
-share/doc/python3.5/_sources/distutils/apiref.txt
-share/doc/python3.5/_sources/distutils/builtdist.txt
-share/doc/python3.5/_sources/distutils/commandref.txt
-share/doc/python3.5/_sources/distutils/configfile.txt
-share/doc/python3.5/_sources/distutils/examples.txt
-share/doc/python3.5/_sources/distutils/extending.txt
-share/doc/python3.5/_sources/distutils/index.txt
-share/doc/python3.5/_sources/distutils/introduction.txt
-share/doc/python3.5/_sources/distutils/packageindex.txt
-share/doc/python3.5/_sources/distutils/setupscript.txt
-share/doc/python3.5/_sources/distutils/sourcedist.txt
-share/doc/python3.5/_sources/distutils/uploading.txt
-share/doc/python3.5/_sources/extending/building.txt
-share/doc/python3.5/_sources/extending/embedding.txt
-share/doc/python3.5/_sources/extending/extending.txt
-share/doc/python3.5/_sources/extending/index.txt
-share/doc/python3.5/_sources/extending/newtypes.txt
-share/doc/python3.5/_sources/extending/windows.txt
-share/doc/python3.5/_sources/faq/design.txt
-share/doc/python3.5/_sources/faq/extending.txt
-share/doc/python3.5/_sources/faq/general.txt
-share/doc/python3.5/_sources/faq/gui.txt
-share/doc/python3.5/_sources/faq/index.txt
-share/doc/python3.5/_sources/faq/installed.txt
-share/doc/python3.5/_sources/faq/library.txt
-share/doc/python3.5/_sources/faq/programming.txt
-share/doc/python3.5/_sources/faq/windows.txt
-share/doc/python3.5/_sources/glossary.txt
-share/doc/python3.5/_sources/howto/argparse.txt
-share/doc/python3.5/_sources/howto/clinic.txt
-share/doc/python3.5/_sources/howto/cporting.txt
-share/doc/python3.5/_sources/howto/curses.txt
-share/doc/python3.5/_sources/howto/descriptor.txt
-share/doc/python3.5/_sources/howto/functional.txt
-share/doc/python3.5/_sources/howto/index.txt
-share/doc/python3.5/_sources/howto/ipaddress.txt
-share/doc/python3.5/_sources/howto/logging-cookbook.txt
-share/doc/python3.5/_sources/howto/logging.txt
-share/doc/python3.5/_sources/howto/pyporting.txt
-share/doc/python3.5/_sources/howto/regex.txt
-share/doc/python3.5/_sources/howto/sockets.txt
-share/doc/python3.5/_sources/howto/sorting.txt
-share/doc/python3.5/_sources/howto/unicode.txt
-share/doc/python3.5/_sources/howto/urllib2.txt
-share/doc/python3.5/_sources/install/index.txt
-share/doc/python3.5/_sources/installing/index.txt
-share/doc/python3.5/_sources/library/2to3.txt
-share/doc/python3.5/_sources/library/__future__.txt
-share/doc/python3.5/_sources/library/__main__.txt
-share/doc/python3.5/_sources/library/_dummy_thread.txt
-share/doc/python3.5/_sources/library/_thread.txt
-share/doc/python3.5/_sources/library/abc.txt
-share/doc/python3.5/_sources/library/aifc.txt
-share/doc/python3.5/_sources/library/allos.txt
-share/doc/python3.5/_sources/library/archiving.txt
-share/doc/python3.5/_sources/library/argparse.txt
-share/doc/python3.5/_sources/library/array.txt
-share/doc/python3.5/_sources/library/ast.txt
-share/doc/python3.5/_sources/library/asynchat.txt
-share/doc/python3.5/_sources/library/asyncio-dev.txt
-share/doc/python3.5/_sources/library/asyncio-eventloop.txt
-share/doc/python3.5/_sources/library/asyncio-eventloops.txt
-share/doc/python3.5/_sources/library/asyncio-protocol.txt
-share/doc/python3.5/_sources/library/asyncio-queue.txt
-share/doc/python3.5/_sources/library/asyncio-stream.txt
-share/doc/python3.5/_sources/library/asyncio-subprocess.txt
-share/doc/python3.5/_sources/library/asyncio-sync.txt
-share/doc/python3.5/_sources/library/asyncio-task.txt
-share/doc/python3.5/_sources/library/asyncio.txt
-share/doc/python3.5/_sources/library/asyncore.txt
-share/doc/python3.5/_sources/library/atexit.txt
-share/doc/python3.5/_sources/library/audioop.txt
-share/doc/python3.5/_sources/library/base64.txt
-share/doc/python3.5/_sources/library/bdb.txt
-share/doc/python3.5/_sources/library/binary.txt
-share/doc/python3.5/_sources/library/binascii.txt
-share/doc/python3.5/_sources/library/binhex.txt
-share/doc/python3.5/_sources/library/bisect.txt
-share/doc/python3.5/_sources/library/builtins.txt
-share/doc/python3.5/_sources/library/bz2.txt
-share/doc/python3.5/_sources/library/calendar.txt
-share/doc/python3.5/_sources/library/cgi.txt
-share/doc/python3.5/_sources/library/cgitb.txt
-share/doc/python3.5/_sources/library/chunk.txt
-share/doc/python3.5/_sources/library/cmath.txt
-share/doc/python3.5/_sources/library/cmd.txt
-share/doc/python3.5/_sources/library/code.txt
-share/doc/python3.5/_sources/library/codecs.txt
-share/doc/python3.5/_sources/library/codeop.txt
-share/doc/python3.5/_sources/library/collections.abc.txt
-share/doc/python3.5/_sources/library/collections.txt
-share/doc/python3.5/_sources/library/colorsys.txt
-share/doc/python3.5/_sources/library/compileall.txt
-share/doc/python3.5/_sources/library/concurrency.txt
-share/doc/python3.5/_sources/library/concurrent.futures.txt
-share/doc/python3.5/_sources/library/concurrent.txt
-share/doc/python3.5/_sources/library/configparser.txt
-share/doc/python3.5/_sources/library/constants.txt
-share/doc/python3.5/_sources/library/contextlib.txt
-share/doc/python3.5/_sources/library/copy.txt
-share/doc/python3.5/_sources/library/copyreg.txt
-share/doc/python3.5/_sources/library/crypt.txt
-share/doc/python3.5/_sources/library/crypto.txt
-share/doc/python3.5/_sources/library/csv.txt
-share/doc/python3.5/_sources/library/ctypes.txt
-share/doc/python3.5/_sources/library/curses.ascii.txt
-share/doc/python3.5/_sources/library/curses.panel.txt
-share/doc/python3.5/_sources/library/curses.txt
-share/doc/python3.5/_sources/library/custominterp.txt
-share/doc/python3.5/_sources/library/datatypes.txt
-share/doc/python3.5/_sources/library/datetime.txt
-share/doc/python3.5/_sources/library/dbm.txt
-share/doc/python3.5/_sources/library/debug.txt
-share/doc/python3.5/_sources/library/decimal.txt
-share/doc/python3.5/_sources/library/development.txt
-share/doc/python3.5/_sources/library/difflib.txt
-share/doc/python3.5/_sources/library/dis.txt
-share/doc/python3.5/_sources/library/distribution.txt
-share/doc/python3.5/_sources/library/distutils.txt
-share/doc/python3.5/_sources/library/doctest.txt
-share/doc/python3.5/_sources/library/dummy_threading.txt
-share/doc/python3.5/_sources/library/email-examples.txt
-share/doc/python3.5/_sources/library/email.charset.txt
-share/doc/python3.5/_sources/library/email.contentmanager.txt
-share/doc/python3.5/_sources/library/email.encoders.txt
-share/doc/python3.5/_sources/library/email.errors.txt
-share/doc/python3.5/_sources/library/email.generator.txt
-share/doc/python3.5/_sources/library/email.header.txt
-share/doc/python3.5/_sources/library/email.headerregistry.txt
-share/doc/python3.5/_sources/library/email.iterators.txt
-share/doc/python3.5/_sources/library/email.message.txt
-share/doc/python3.5/_sources/library/email.mime.txt
-share/doc/python3.5/_sources/library/email.parser.txt
-share/doc/python3.5/_sources/library/email.policy.txt
-share/doc/python3.5/_sources/library/email.txt
-share/doc/python3.5/_sources/library/email.util.txt
-share/doc/python3.5/_sources/library/ensurepip.txt
-share/doc/python3.5/_sources/library/enum.txt
-share/doc/python3.5/_sources/library/errno.txt
-share/doc/python3.5/_sources/library/exceptions.txt
-share/doc/python3.5/_sources/library/faulthandler.txt
-share/doc/python3.5/_sources/library/fcntl.txt
-share/doc/python3.5/_sources/library/filecmp.txt
-share/doc/python3.5/_sources/library/fileformats.txt
-share/doc/python3.5/_sources/library/fileinput.txt
-share/doc/python3.5/_sources/library/filesys.txt
-share/doc/python3.5/_sources/library/fnmatch.txt
-share/doc/python3.5/_sources/library/formatter.txt
-share/doc/python3.5/_sources/library/fpectl.txt
-share/doc/python3.5/_sources/library/fractions.txt
-share/doc/python3.5/_sources/library/frameworks.txt
-share/doc/python3.5/_sources/library/ftplib.txt
-share/doc/python3.5/_sources/library/functional.txt
-share/doc/python3.5/_sources/library/functions.txt
-share/doc/python3.5/_sources/library/functools.txt
-share/doc/python3.5/_sources/library/gc.txt
-share/doc/python3.5/_sources/library/getopt.txt
-share/doc/python3.5/_sources/library/getpass.txt
-share/doc/python3.5/_sources/library/gettext.txt
-share/doc/python3.5/_sources/library/glob.txt
-share/doc/python3.5/_sources/library/grp.txt
-share/doc/python3.5/_sources/library/gzip.txt
-share/doc/python3.5/_sources/library/hashlib.txt
-share/doc/python3.5/_sources/library/heapq.txt
-share/doc/python3.5/_sources/library/hmac.txt
-share/doc/python3.5/_sources/library/html.entities.txt
-share/doc/python3.5/_sources/library/html.parser.txt
-share/doc/python3.5/_sources/library/html.txt
-share/doc/python3.5/_sources/library/http.client.txt
-share/doc/python3.5/_sources/library/http.cookiejar.txt
-share/doc/python3.5/_sources/library/http.cookies.txt
-share/doc/python3.5/_sources/library/http.server.txt
-share/doc/python3.5/_sources/library/http.txt
-share/doc/python3.5/_sources/library/i18n.txt
-share/doc/python3.5/_sources/library/idle.txt
-share/doc/python3.5/_sources/library/imaplib.txt
-share/doc/python3.5/_sources/library/imghdr.txt
-share/doc/python3.5/_sources/library/imp.txt
-share/doc/python3.5/_sources/library/importlib.txt
-share/doc/python3.5/_sources/library/index.txt
-share/doc/python3.5/_sources/library/inspect.txt
-share/doc/python3.5/_sources/library/internet.txt
-share/doc/python3.5/_sources/library/intro.txt
-share/doc/python3.5/_sources/library/io.txt
-share/doc/python3.5/_sources/library/ipaddress.txt
-share/doc/python3.5/_sources/library/ipc.txt
-share/doc/python3.5/_sources/library/itertools.txt
-share/doc/python3.5/_sources/library/json.txt
-share/doc/python3.5/_sources/library/keyword.txt
-share/doc/python3.5/_sources/library/language.txt
-share/doc/python3.5/_sources/library/linecache.txt
-share/doc/python3.5/_sources/library/locale.txt
-share/doc/python3.5/_sources/library/logging.config.txt
-share/doc/python3.5/_sources/library/logging.handlers.txt
-share/doc/python3.5/_sources/library/logging.txt
-share/doc/python3.5/_sources/library/lzma.txt
-share/doc/python3.5/_sources/library/macpath.txt
-share/doc/python3.5/_sources/library/mailbox.txt
-share/doc/python3.5/_sources/library/mailcap.txt
-share/doc/python3.5/_sources/library/markup.txt
-share/doc/python3.5/_sources/library/marshal.txt
-share/doc/python3.5/_sources/library/math.txt
-share/doc/python3.5/_sources/library/mimetypes.txt
-share/doc/python3.5/_sources/library/misc.txt
-share/doc/python3.5/_sources/library/mm.txt
-share/doc/python3.5/_sources/library/mmap.txt
-share/doc/python3.5/_sources/library/modulefinder.txt
-share/doc/python3.5/_sources/library/modules.txt
-share/doc/python3.5/_sources/library/msilib.txt
-share/doc/python3.5/_sources/library/msvcrt.txt
-share/doc/python3.5/_sources/library/multiprocessing.txt
-share/doc/python3.5/_sources/library/netdata.txt
-share/doc/python3.5/_sources/library/netrc.txt
-share/doc/python3.5/_sources/library/nis.txt
-share/doc/python3.5/_sources/library/nntplib.txt
-share/doc/python3.5/_sources/library/numbers.txt
-share/doc/python3.5/_sources/library/numeric.txt
-share/doc/python3.5/_sources/library/operator.txt
-share/doc/python3.5/_sources/library/optparse.txt
-share/doc/python3.5/_sources/library/os.path.txt
-share/doc/python3.5/_sources/library/os.txt
-share/doc/python3.5/_sources/library/ossaudiodev.txt
-share/doc/python3.5/_sources/library/othergui.txt
-share/doc/python3.5/_sources/library/parser.txt
-share/doc/python3.5/_sources/library/pathlib.txt
-share/doc/python3.5/_sources/library/pdb.txt
-share/doc/python3.5/_sources/library/persistence.txt
-share/doc/python3.5/_sources/library/pickle.txt
-share/doc/python3.5/_sources/library/pickletools.txt
-share/doc/python3.5/_sources/library/pipes.txt
-share/doc/python3.5/_sources/library/pkgutil.txt
-share/doc/python3.5/_sources/library/platform.txt
-share/doc/python3.5/_sources/library/plistlib.txt
-share/doc/python3.5/_sources/library/poplib.txt
-share/doc/python3.5/_sources/library/posix.txt
-share/doc/python3.5/_sources/library/pprint.txt
-share/doc/python3.5/_sources/library/profile.txt
-share/doc/python3.5/_sources/library/pty.txt
-share/doc/python3.5/_sources/library/pwd.txt
-share/doc/python3.5/_sources/library/py_compile.txt
-share/doc/python3.5/_sources/library/pyclbr.txt
-share/doc/python3.5/_sources/library/pydoc.txt
-share/doc/python3.5/_sources/library/pyexpat.txt
-share/doc/python3.5/_sources/library/python.txt
-share/doc/python3.5/_sources/library/queue.txt
-share/doc/python3.5/_sources/library/quopri.txt
-share/doc/python3.5/_sources/library/random.txt
-share/doc/python3.5/_sources/library/re.txt
-share/doc/python3.5/_sources/library/readline.txt
-share/doc/python3.5/_sources/library/reprlib.txt
-share/doc/python3.5/_sources/library/resource.txt
-share/doc/python3.5/_sources/library/rlcompleter.txt
-share/doc/python3.5/_sources/library/runpy.txt
-share/doc/python3.5/_sources/library/sched.txt
-share/doc/python3.5/_sources/library/select.txt
-share/doc/python3.5/_sources/library/selectors.txt
-share/doc/python3.5/_sources/library/shelve.txt
-share/doc/python3.5/_sources/library/shlex.txt
-share/doc/python3.5/_sources/library/shutil.txt
-share/doc/python3.5/_sources/library/signal.txt
-share/doc/python3.5/_sources/library/site.txt
-share/doc/python3.5/_sources/library/smtpd.txt
-share/doc/python3.5/_sources/library/smtplib.txt
-share/doc/python3.5/_sources/library/sndhdr.txt
-share/doc/python3.5/_sources/library/socket.txt
-share/doc/python3.5/_sources/library/socketserver.txt
-share/doc/python3.5/_sources/library/spwd.txt
-share/doc/python3.5/_sources/library/sqlite3.txt
-share/doc/python3.5/_sources/library/ssl.txt
-share/doc/python3.5/_sources/library/stat.txt
-share/doc/python3.5/_sources/library/statistics.txt
-share/doc/python3.5/_sources/library/stdtypes.txt
-share/doc/python3.5/_sources/library/string.txt
-share/doc/python3.5/_sources/library/stringprep.txt
-share/doc/python3.5/_sources/library/struct.txt
-share/doc/python3.5/_sources/library/subprocess.txt
-share/doc/python3.5/_sources/library/sunau.txt
-share/doc/python3.5/_sources/library/superseded.txt
-share/doc/python3.5/_sources/library/symbol.txt
-share/doc/python3.5/_sources/library/symtable.txt
-share/doc/python3.5/_sources/library/sys.txt
-share/doc/python3.5/_sources/library/sysconfig.txt
-share/doc/python3.5/_sources/library/syslog.txt
-share/doc/python3.5/_sources/library/tabnanny.txt
-share/doc/python3.5/_sources/library/tarfile.txt
-share/doc/python3.5/_sources/library/telnetlib.txt
-share/doc/python3.5/_sources/library/tempfile.txt
-share/doc/python3.5/_sources/library/termios.txt
-share/doc/python3.5/_sources/library/test.txt
-share/doc/python3.5/_sources/library/text.txt
-share/doc/python3.5/_sources/library/textwrap.txt
-share/doc/python3.5/_sources/library/threading.txt
-share/doc/python3.5/_sources/library/time.txt
-share/doc/python3.5/_sources/library/timeit.txt
-share/doc/python3.5/_sources/library/tk.txt
-share/doc/python3.5/_sources/library/tkinter.scrolledtext.txt
-share/doc/python3.5/_sources/library/tkinter.tix.txt
-share/doc/python3.5/_sources/library/tkinter.ttk.txt
-share/doc/python3.5/_sources/library/tkinter.txt
-share/doc/python3.5/_sources/library/token.txt
-share/doc/python3.5/_sources/library/tokenize.txt
-share/doc/python3.5/_sources/library/trace.txt
-share/doc/python3.5/_sources/library/traceback.txt
-share/doc/python3.5/_sources/library/tracemalloc.txt
-share/doc/python3.5/_sources/library/tty.txt
-share/doc/python3.5/_sources/library/turtle.txt
-share/doc/python3.5/_sources/library/types.txt
-share/doc/python3.5/_sources/library/typing.txt
-share/doc/python3.5/_sources/library/undoc.txt
-share/doc/python3.5/_sources/library/unicodedata.txt
-share/doc/python3.5/_sources/library/unittest.mock-examples.txt
-share/doc/python3.5/_sources/library/unittest.mock.txt
-share/doc/python3.5/_sources/library/unittest.txt
-share/doc/python3.5/_sources/library/unix.txt
-share/doc/python3.5/_sources/library/urllib.error.txt
-share/doc/python3.5/_sources/library/urllib.parse.txt
-share/doc/python3.5/_sources/library/urllib.request.txt
-share/doc/python3.5/_sources/library/urllib.robotparser.txt
-share/doc/python3.5/_sources/library/urllib.txt
-share/doc/python3.5/_sources/library/uu.txt
-share/doc/python3.5/_sources/library/uuid.txt
-share/doc/python3.5/_sources/library/venv.txt
-share/doc/python3.5/_sources/library/warnings.txt
-share/doc/python3.5/_sources/library/wave.txt
-share/doc/python3.5/_sources/library/weakref.txt
-share/doc/python3.5/_sources/library/webbrowser.txt
-share/doc/python3.5/_sources/library/windows.txt
-share/doc/python3.5/_sources/library/winreg.txt
-share/doc/python3.5/_sources/library/winsound.txt
-share/doc/python3.5/_sources/library/wsgiref.txt
-share/doc/python3.5/_sources/library/xdrlib.txt
-share/doc/python3.5/_sources/library/xml.dom.minidom.txt
-share/doc/python3.5/_sources/library/xml.dom.pulldom.txt
-share/doc/python3.5/_sources/library/xml.dom.txt
-share/doc/python3.5/_sources/library/xml.etree.elementtree.txt
-share/doc/python3.5/_sources/library/xml.sax.handler.txt
-share/doc/python3.5/_sources/library/xml.sax.reader.txt
-share/doc/python3.5/_sources/library/xml.sax.txt
-share/doc/python3.5/_sources/library/xml.sax.utils.txt
-share/doc/python3.5/_sources/library/xml.txt
-share/doc/python3.5/_sources/library/xmlrpc.client.txt
-share/doc/python3.5/_sources/library/xmlrpc.server.txt
-share/doc/python3.5/_sources/library/xmlrpc.txt
-share/doc/python3.5/_sources/library/zipapp.txt
-share/doc/python3.5/_sources/library/zipfile.txt
-share/doc/python3.5/_sources/library/zipimport.txt
-share/doc/python3.5/_sources/library/zlib.txt
-share/doc/python3.5/_sources/license.txt
-share/doc/python3.5/_sources/reference/compound_stmts.txt
-share/doc/python3.5/_sources/reference/datamodel.txt
-share/doc/python3.5/_sources/reference/executionmodel.txt
-share/doc/python3.5/_sources/reference/expressions.txt
-share/doc/python3.5/_sources/reference/grammar.txt
-share/doc/python3.5/_sources/reference/import.txt
-share/doc/python3.5/_sources/reference/index.txt
-share/doc/python3.5/_sources/reference/introduction.txt
-share/doc/python3.5/_sources/reference/lexical_analysis.txt
-share/doc/python3.5/_sources/reference/simple_stmts.txt
-share/doc/python3.5/_sources/reference/toplevel_components.txt
-share/doc/python3.5/_sources/tutorial/appendix.txt
-share/doc/python3.5/_sources/tutorial/appetite.txt
-share/doc/python3.5/_sources/tutorial/classes.txt
-share/doc/python3.5/_sources/tutorial/controlflow.txt
-share/doc/python3.5/_sources/tutorial/datastructures.txt
-share/doc/python3.5/_sources/tutorial/errors.txt
-share/doc/python3.5/_sources/tutorial/floatingpoint.txt
-share/doc/python3.5/_sources/tutorial/index.txt
-share/doc/python3.5/_sources/tutorial/inputoutput.txt
-share/doc/python3.5/_sources/tutorial/interactive.txt
-share/doc/python3.5/_sources/tutorial/interpreter.txt
-share/doc/python3.5/_sources/tutorial/introduction.txt
-share/doc/python3.5/_sources/tutorial/modules.txt
-share/doc/python3.5/_sources/tutorial/stdlib.txt
-share/doc/python3.5/_sources/tutorial/stdlib2.txt
-share/doc/python3.5/_sources/tutorial/venv.txt
-share/doc/python3.5/_sources/tutorial/whatnow.txt
-share/doc/python3.5/_sources/using/cmdline.txt
-share/doc/python3.5/_sources/using/index.txt
-share/doc/python3.5/_sources/using/mac.txt
-share/doc/python3.5/_sources/using/scripts.txt
-share/doc/python3.5/_sources/using/unix.txt
-share/doc/python3.5/_sources/using/windows.txt
-share/doc/python3.5/_sources/whatsnew/2.0.txt
-share/doc/python3.5/_sources/whatsnew/2.1.txt
-share/doc/python3.5/_sources/whatsnew/2.2.txt
-share/doc/python3.5/_sources/whatsnew/2.3.txt
-share/doc/python3.5/_sources/whatsnew/2.4.txt
-share/doc/python3.5/_sources/whatsnew/2.5.txt
-share/doc/python3.5/_sources/whatsnew/2.6.txt
-share/doc/python3.5/_sources/whatsnew/2.7.txt
-share/doc/python3.5/_sources/whatsnew/3.0.txt
-share/doc/python3.5/_sources/whatsnew/3.1.txt
-share/doc/python3.5/_sources/whatsnew/3.2.txt
-share/doc/python3.5/_sources/whatsnew/3.3.txt
-share/doc/python3.5/_sources/whatsnew/3.4.txt
-share/doc/python3.5/_sources/whatsnew/3.5.txt
-share/doc/python3.5/_sources/whatsnew/changelog.txt
-share/doc/python3.5/_sources/whatsnew/index.txt
+share/doc/python3.5/_sources/about.rst.txt
+share/doc/python3.5/_sources/bugs.rst.txt
+share/doc/python3.5/_sources/c-api/abstract.rst.txt
+share/doc/python3.5/_sources/c-api/allocation.rst.txt
+share/doc/python3.5/_sources/c-api/apiabiversion.rst.txt
+share/doc/python3.5/_sources/c-api/arg.rst.txt
+share/doc/python3.5/_sources/c-api/bool.rst.txt
+share/doc/python3.5/_sources/c-api/buffer.rst.txt
+share/doc/python3.5/_sources/c-api/bytearray.rst.txt
+share/doc/python3.5/_sources/c-api/bytes.rst.txt
+share/doc/python3.5/_sources/c-api/capsule.rst.txt
+share/doc/python3.5/_sources/c-api/cell.rst.txt
+share/doc/python3.5/_sources/c-api/code.rst.txt
+share/doc/python3.5/_sources/c-api/codec.rst.txt
+share/doc/python3.5/_sources/c-api/complex.rst.txt
+share/doc/python3.5/_sources/c-api/concrete.rst.txt
+share/doc/python3.5/_sources/c-api/conversion.rst.txt
+share/doc/python3.5/_sources/c-api/coro.rst.txt
+share/doc/python3.5/_sources/c-api/datetime.rst.txt
+share/doc/python3.5/_sources/c-api/descriptor.rst.txt
+share/doc/python3.5/_sources/c-api/dict.rst.txt
+share/doc/python3.5/_sources/c-api/exceptions.rst.txt
+share/doc/python3.5/_sources/c-api/file.rst.txt
+share/doc/python3.5/_sources/c-api/float.rst.txt
+share/doc/python3.5/_sources/c-api/function.rst.txt
+share/doc/python3.5/_sources/c-api/gcsupport.rst.txt
+share/doc/python3.5/_sources/c-api/gen.rst.txt
+share/doc/python3.5/_sources/c-api/import.rst.txt
+share/doc/python3.5/_sources/c-api/index.rst.txt
+share/doc/python3.5/_sources/c-api/init.rst.txt
+share/doc/python3.5/_sources/c-api/intro.rst.txt
+share/doc/python3.5/_sources/c-api/iter.rst.txt
+share/doc/python3.5/_sources/c-api/iterator.rst.txt
+share/doc/python3.5/_sources/c-api/list.rst.txt
+share/doc/python3.5/_sources/c-api/long.rst.txt
+share/doc/python3.5/_sources/c-api/mapping.rst.txt
+share/doc/python3.5/_sources/c-api/marshal.rst.txt
+share/doc/python3.5/_sources/c-api/memory.rst.txt
+share/doc/python3.5/_sources/c-api/memoryview.rst.txt
+share/doc/python3.5/_sources/c-api/method.rst.txt
+share/doc/python3.5/_sources/c-api/module.rst.txt
+share/doc/python3.5/_sources/c-api/none.rst.txt
+share/doc/python3.5/_sources/c-api/number.rst.txt
+share/doc/python3.5/_sources/c-api/objbuffer.rst.txt
+share/doc/python3.5/_sources/c-api/object.rst.txt
+share/doc/python3.5/_sources/c-api/objimpl.rst.txt
+share/doc/python3.5/_sources/c-api/refcounting.rst.txt
+share/doc/python3.5/_sources/c-api/reflection.rst.txt
+share/doc/python3.5/_sources/c-api/sequence.rst.txt
+share/doc/python3.5/_sources/c-api/set.rst.txt
+share/doc/python3.5/_sources/c-api/slice.rst.txt
+share/doc/python3.5/_sources/c-api/stable.rst.txt
+share/doc/python3.5/_sources/c-api/structures.rst.txt
+share/doc/python3.5/_sources/c-api/sys.rst.txt
+share/doc/python3.5/_sources/c-api/tuple.rst.txt
+share/doc/python3.5/_sources/c-api/type.rst.txt
+share/doc/python3.5/_sources/c-api/typeobj.rst.txt
+share/doc/python3.5/_sources/c-api/unicode.rst.txt
+share/doc/python3.5/_sources/c-api/utilities.rst.txt
+share/doc/python3.5/_sources/c-api/veryhigh.rst.txt
+share/doc/python3.5/_sources/c-api/weakref.rst.txt
+share/doc/python3.5/_sources/contents.rst.txt
+share/doc/python3.5/_sources/copyright.rst.txt
+share/doc/python3.5/_sources/distributing/index.rst.txt
+share/doc/python3.5/_sources/distutils/apiref.rst.txt
+share/doc/python3.5/_sources/distutils/builtdist.rst.txt
+share/doc/python3.5/_sources/distutils/commandref.rst.txt
+share/doc/python3.5/_sources/distutils/configfile.rst.txt
+share/doc/python3.5/_sources/distutils/examples.rst.txt
+share/doc/python3.5/_sources/distutils/extending.rst.txt
+share/doc/python3.5/_sources/distutils/index.rst.txt
+share/doc/python3.5/_sources/distutils/introduction.rst.txt
+share/doc/python3.5/_sources/distutils/packageindex.rst.txt
+share/doc/python3.5/_sources/distutils/setupscript.rst.txt
+share/doc/python3.5/_sources/distutils/sourcedist.rst.txt
+share/doc/python3.5/_sources/distutils/uploading.rst.txt
+share/doc/python3.5/_sources/extending/building.rst.txt
+share/doc/python3.5/_sources/extending/embedding.rst.txt
+share/doc/python3.5/_sources/extending/extending.rst.txt
+share/doc/python3.5/_sources/extending/index.rst.txt
+share/doc/python3.5/_sources/extending/newtypes.rst.txt
+share/doc/python3.5/_sources/extending/windows.rst.txt
+share/doc/python3.5/_sources/faq/design.rst.txt
+share/doc/python3.5/_sources/faq/extending.rst.txt
+share/doc/python3.5/_sources/faq/general.rst.txt
+share/doc/python3.5/_sources/faq/gui.rst.txt
+share/doc/python3.5/_sources/faq/index.rst.txt
+share/doc/python3.5/_sources/faq/installed.rst.txt
+share/doc/python3.5/_sources/faq/library.rst.txt
+share/doc/python3.5/_sources/faq/programming.rst.txt
+share/doc/python3.5/_sources/faq/windows.rst.txt
+share/doc/python3.5/_sources/glossary.rst.txt
+share/doc/python3.5/_sources/howto/argparse.rst.txt
+share/doc/python3.5/_sources/howto/clinic.rst.txt
+share/doc/python3.5/_sources/howto/cporting.rst.txt
+share/doc/python3.5/_sources/howto/curses.rst.txt
+share/doc/python3.5/_sources/howto/descriptor.rst.txt
+share/doc/python3.5/_sources/howto/functional.rst.txt
+share/doc/python3.5/_sources/howto/index.rst.txt
+share/doc/python3.5/_sources/howto/ipaddress.rst.txt
+share/doc/python3.5/_sources/howto/logging-cookbook.rst.txt
+share/doc/python3.5/_sources/howto/logging.rst.txt
+share/doc/python3.5/_sources/howto/pyporting.rst.txt
+share/doc/python3.5/_sources/howto/regex.rst.txt
+share/doc/python3.5/_sources/howto/sockets.rst.txt
+share/doc/python3.5/_sources/howto/sorting.rst.txt
+share/doc/python3.5/_sources/howto/unicode.rst.txt
+share/doc/python3.5/_sources/howto/urllib2.rst.txt
+share/doc/python3.5/_sources/install/index.rst.txt
+share/doc/python3.5/_sources/installing/index.rst.txt
+share/doc/python3.5/_sources/library/2to3.rst.txt
+share/doc/python3.5/_sources/library/__future__.rst.txt
+share/doc/python3.5/_sources/library/__main__.rst.txt
+share/doc/python3.5/_sources/library/_dummy_thread.rst.txt
+share/doc/python3.5/_sources/library/_thread.rst.txt
+share/doc/python3.5/_sources/library/abc.rst.txt
+share/doc/python3.5/_sources/library/aifc.rst.txt
+share/doc/python3.5/_sources/library/allos.rst.txt
+share/doc/python3.5/_sources/library/archiving.rst.txt
+share/doc/python3.5/_sources/library/argparse.rst.txt
+share/doc/python3.5/_sources/library/array.rst.txt
+share/doc/python3.5/_sources/library/ast.rst.txt
+share/doc/python3.5/_sources/library/asynchat.rst.txt
+share/doc/python3.5/_sources/library/asyncio-dev.rst.txt
+share/doc/python3.5/_sources/library/asyncio-eventloop.rst.txt
+share/doc/python3.5/_sources/library/asyncio-eventloops.rst.txt
+share/doc/python3.5/_sources/library/asyncio-protocol.rst.txt
+share/doc/python3.5/_sources/library/asyncio-queue.rst.txt
+share/doc/python3.5/_sources/library/asyncio-stream.rst.txt
+share/doc/python3.5/_sources/library/asyncio-subprocess.rst.txt
+share/doc/python3.5/_sources/library/asyncio-sync.rst.txt
+share/doc/python3.5/_sources/library/asyncio-task.rst.txt
+share/doc/python3.5/_sources/library/asyncio.rst.txt
+share/doc/python3.5/_sources/library/asyncore.rst.txt
+share/doc/python3.5/_sources/library/atexit.rst.txt
+share/doc/python3.5/_sources/library/audioop.rst.txt
+share/doc/python3.5/_sources/library/base64.rst.txt
+share/doc/python3.5/_sources/library/bdb.rst.txt
+share/doc/python3.5/_sources/library/binary.rst.txt
+share/doc/python3.5/_sources/library/binascii.rst.txt
+share/doc/python3.5/_sources/library/binhex.rst.txt
+share/doc/python3.5/_sources/library/bisect.rst.txt
+share/doc/python3.5/_sources/library/builtins.rst.txt
+share/doc/python3.5/_sources/library/bz2.rst.txt
+share/doc/python3.5/_sources/library/calendar.rst.txt
+share/doc/python3.5/_sources/library/cgi.rst.txt
+share/doc/python3.5/_sources/library/cgitb.rst.txt
+share/doc/python3.5/_sources/library/chunk.rst.txt
+share/doc/python3.5/_sources/library/cmath.rst.txt
+share/doc/python3.5/_sources/library/cmd.rst.txt
+share/doc/python3.5/_sources/library/code.rst.txt
+share/doc/python3.5/_sources/library/codecs.rst.txt
+share/doc/python3.5/_sources/library/codeop.rst.txt
+share/doc/python3.5/_sources/library/collections.abc.rst.txt
+share/doc/python3.5/_sources/library/collections.rst.txt
+share/doc/python3.5/_sources/library/colorsys.rst.txt
+share/doc/python3.5/_sources/library/compileall.rst.txt
+share/doc/python3.5/_sources/library/concurrency.rst.txt
+share/doc/python3.5/_sources/library/concurrent.futures.rst.txt
+share/doc/python3.5/_sources/library/concurrent.rst.txt
+share/doc/python3.5/_sources/library/configparser.rst.txt
+share/doc/python3.5/_sources/library/constants.rst.txt
+share/doc/python3.5/_sources/library/contextlib.rst.txt
+share/doc/python3.5/_sources/library/copy.rst.txt
+share/doc/python3.5/_sources/library/copyreg.rst.txt
+share/doc/python3.5/_sources/library/crypt.rst.txt
+share/doc/python3.5/_sources/library/crypto.rst.txt
+share/doc/python3.5/_sources/library/csv.rst.txt
+share/doc/python3.5/_sources/library/ctypes.rst.txt
+share/doc/python3.5/_sources/library/curses.ascii.rst.txt
+share/doc/python3.5/_sources/library/curses.panel.rst.txt
+share/doc/python3.5/_sources/library/curses.rst.txt
+share/doc/python3.5/_sources/library/custominterp.rst.txt
+share/doc/python3.5/_sources/library/datatypes.rst.txt
+share/doc/python3.5/_sources/library/datetime.rst.txt
+share/doc/python3.5/_sources/library/dbm.rst.txt
+share/doc/python3.5/_sources/library/debug.rst.txt
+share/doc/python3.5/_sources/library/decimal.rst.txt
+share/doc/python3.5/_sources/library/development.rst.txt
+share/doc/python3.5/_sources/library/difflib.rst.txt
+share/doc/python3.5/_sources/library/dis.rst.txt
+share/doc/python3.5/_sources/library/distribution.rst.txt
+share/doc/python3.5/_sources/library/distutils.rst.txt
+share/doc/python3.5/_sources/library/doctest.rst.txt
+share/doc/python3.5/_sources/library/dummy_threading.rst.txt
+share/doc/python3.5/_sources/library/email-examples.rst.txt
+share/doc/python3.5/_sources/library/email.charset.rst.txt
+share/doc/python3.5/_sources/library/email.contentmanager.rst.txt
+share/doc/python3.5/_sources/library/email.encoders.rst.txt
+share/doc/python3.5/_sources/library/email.errors.rst.txt
+share/doc/python3.5/_sources/library/email.generator.rst.txt
+share/doc/python3.5/_sources/library/email.header.rst.txt
+share/doc/python3.5/_sources/library/email.headerregistry.rst.txt
+share/doc/python3.5/_sources/library/email.iterators.rst.txt
+share/doc/python3.5/_sources/library/email.message.rst.txt
+share/doc/python3.5/_sources/library/email.mime.rst.txt
+share/doc/python3.5/_sources/library/email.parser.rst.txt
+share/doc/python3.5/_sources/library/email.policy.rst.txt
+share/doc/python3.5/_sources/library/email.rst.txt
+share/doc/python3.5/_sources/library/email.util.rst.txt
+share/doc/python3.5/_sources/library/ensurepip.rst.txt
+share/doc/python3.5/_sources/library/enum.rst.txt
+share/doc/python3.5/_sources/library/errno.rst.txt
+share/doc/python3.5/_sources/library/exceptions.rst.txt
+share/doc/python3.5/_sources/library/faulthandler.rst.txt
+share/doc/python3.5/_sources/library/fcntl.rst.txt
+share/doc/python3.5/_sources/library/filecmp.rst.txt
+share/doc/python3.5/_sources/library/fileformats.rst.txt
+share/doc/python3.5/_sources/library/fileinput.rst.txt
+share/doc/python3.5/_sources/library/filesys.rst.txt
+share/doc/python3.5/_sources/library/fnmatch.rst.txt
+share/doc/python3.5/_sources/library/formatter.rst.txt
+share/doc/python3.5/_sources/library/fpectl.rst.txt
+share/doc/python3.5/_sources/library/fractions.rst.txt
+share/doc/python3.5/_sources/library/frameworks.rst.txt
+share/doc/python3.5/_sources/library/ftplib.rst.txt
+share/doc/python3.5/_sources/library/functional.rst.txt
+share/doc/python3.5/_sources/library/functions.rst.txt
+share/doc/python3.5/_sources/library/functools.rst.txt
+share/doc/python3.5/_sources/library/gc.rst.txt
+share/doc/python3.5/_sources/library/getopt.rst.txt
+share/doc/python3.5/_sources/library/getpass.rst.txt
+share/doc/python3.5/_sources/library/gettext.rst.txt
+share/doc/python3.5/_sources/library/glob.rst.txt
+share/doc/python3.5/_sources/library/grp.rst.txt
+share/doc/python3.5/_sources/library/gzip.rst.txt
+share/doc/python3.5/_sources/library/hashlib.rst.txt
+share/doc/python3.5/_sources/library/heapq.rst.txt
+share/doc/python3.5/_sources/library/hmac.rst.txt
+share/doc/python3.5/_sources/library/html.entities.rst.txt
+share/doc/python3.5/_sources/library/html.parser.rst.txt
+share/doc/python3.5/_sources/library/html.rst.txt
+share/doc/python3.5/_sources/library/http.client.rst.txt
+share/doc/python3.5/_sources/library/http.cookiejar.rst.txt
+share/doc/python3.5/_sources/library/http.cookies.rst.txt
+share/doc/python3.5/_sources/library/http.rst.txt
+share/doc/python3.5/_sources/library/http.server.rst.txt
+share/doc/python3.5/_sources/library/i18n.rst.txt
+share/doc/python3.5/_sources/library/idle.rst.txt
+share/doc/python3.5/_sources/library/imaplib.rst.txt
+share/doc/python3.5/_sources/library/imghdr.rst.txt
+share/doc/python3.5/_sources/library/imp.rst.txt
+share/doc/python3.5/_sources/library/importlib.rst.txt
+share/doc/python3.5/_sources/library/index.rst.txt
+share/doc/python3.5/_sources/library/inspect.rst.txt
+share/doc/python3.5/_sources/library/internet.rst.txt
+share/doc/python3.5/_sources/library/intro.rst.txt
+share/doc/python3.5/_sources/library/io.rst.txt
+share/doc/python3.5/_sources/library/ipaddress.rst.txt
+share/doc/python3.5/_sources/library/ipc.rst.txt
+share/doc/python3.5/_sources/library/itertools.rst.txt
+share/doc/python3.5/_sources/library/json.rst.txt
+share/doc/python3.5/_sources/library/keyword.rst.txt
+share/doc/python3.5/_sources/library/language.rst.txt
+share/doc/python3.5/_sources/library/linecache.rst.txt
+share/doc/python3.5/_sources/library/locale.rst.txt
+share/doc/python3.5/_sources/library/logging.config.rst.txt
+share/doc/python3.5/_sources/library/logging.handlers.rst.txt
+share/doc/python3.5/_sources/library/logging.rst.txt
+share/doc/python3.5/_sources/library/lzma.rst.txt
+share/doc/python3.5/_sources/library/macpath.rst.txt
+share/doc/python3.5/_sources/library/mailbox.rst.txt
+share/doc/python3.5/_sources/library/mailcap.rst.txt
+share/doc/python3.5/_sources/library/markup.rst.txt
+share/doc/python3.5/_sources/library/marshal.rst.txt
+share/doc/python3.5/_sources/library/math.rst.txt
+share/doc/python3.5/_sources/library/mimetypes.rst.txt
+share/doc/python3.5/_sources/library/misc.rst.txt
+share/doc/python3.5/_sources/library/mm.rst.txt
+share/doc/python3.5/_sources/library/mmap.rst.txt
+share/doc/python3.5/_sources/library/modulefinder.rst.txt
+share/doc/python3.5/_sources/library/modules.rst.txt
+share/doc/python3.5/_sources/library/msilib.rst.txt
+share/doc/python3.5/_sources/library/msvcrt.rst.txt
+share/doc/python3.5/_sources/library/multiprocessing.rst.txt
+share/doc/python3.5/_sources/library/netdata.rst.txt
+share/doc/python3.5/_sources/library/netrc.rst.txt
+share/doc/python3.5/_sources/library/nis.rst.txt
+share/doc/python3.5/_sources/library/nntplib.rst.txt
+share/doc/python3.5/_sources/library/numbers.rst.txt
+share/doc/python3.5/_sources/library/numeric.rst.txt
+share/doc/python3.5/_sources/library/operator.rst.txt
+share/doc/python3.5/_sources/library/optparse.rst.txt
+share/doc/python3.5/_sources/library/os.path.rst.txt
+share/doc/python3.5/_sources/library/os.rst.txt
+share/doc/python3.5/_sources/library/ossaudiodev.rst.txt
+share/doc/python3.5/_sources/library/othergui.rst.txt
+share/doc/python3.5/_sources/library/parser.rst.txt
+share/doc/python3.5/_sources/library/pathlib.rst.txt
+share/doc/python3.5/_sources/library/pdb.rst.txt
+share/doc/python3.5/_sources/library/persistence.rst.txt
+share/doc/python3.5/_sources/library/pickle.rst.txt
+share/doc/python3.5/_sources/library/pickletools.rst.txt
+share/doc/python3.5/_sources/library/pipes.rst.txt
+share/doc/python3.5/_sources/library/pkgutil.rst.txt
+share/doc/python3.5/_sources/library/platform.rst.txt
+share/doc/python3.5/_sources/library/plistlib.rst.txt
+share/doc/python3.5/_sources/library/poplib.rst.txt
+share/doc/python3.5/_sources/library/posix.rst.txt
+share/doc/python3.5/_sources/library/pprint.rst.txt
+share/doc/python3.5/_sources/library/profile.rst.txt
+share/doc/python3.5/_sources/library/pty.rst.txt
+share/doc/python3.5/_sources/library/pwd.rst.txt
+share/doc/python3.5/_sources/library/py_compile.rst.txt
+share/doc/python3.5/_sources/library/pyclbr.rst.txt
+share/doc/python3.5/_sources/library/pydoc.rst.txt
+share/doc/python3.5/_sources/library/pyexpat.rst.txt
+share/doc/python3.5/_sources/library/python.rst.txt
+share/doc/python3.5/_sources/library/queue.rst.txt
+share/doc/python3.5/_sources/library/quopri.rst.txt
+share/doc/python3.5/_sources/library/random.rst.txt
+share/doc/python3.5/_sources/library/re.rst.txt
+share/doc/python3.5/_sources/library/readline.rst.txt
+share/doc/python3.5/_sources/library/reprlib.rst.txt
+share/doc/python3.5/_sources/library/resource.rst.txt
+share/doc/python3.5/_sources/library/rlcompleter.rst.txt
+share/doc/python3.5/_sources/library/runpy.rst.txt
+share/doc/python3.5/_sources/library/sched.rst.txt
+share/doc/python3.5/_sources/library/select.rst.txt
+share/doc/python3.5/_sources/library/selectors.rst.txt
+share/doc/python3.5/_sources/library/shelve.rst.txt
+share/doc/python3.5/_sources/library/shlex.rst.txt
+share/doc/python3.5/_sources/library/shutil.rst.txt
+share/doc/python3.5/_sources/library/signal.rst.txt
+share/doc/python3.5/_sources/library/site.rst.txt
+share/doc/python3.5/_sources/library/smtpd.rst.txt
+share/doc/python3.5/_sources/library/smtplib.rst.txt
+share/doc/python3.5/_sources/library/sndhdr.rst.txt
+share/doc/python3.5/_sources/library/socket.rst.txt
+share/doc/python3.5/_sources/library/socketserver.rst.txt
+share/doc/python3.5/_sources/library/spwd.rst.txt
+share/doc/python3.5/_sources/library/sqlite3.rst.txt
+share/doc/python3.5/_sources/library/ssl.rst.txt
+share/doc/python3.5/_sources/library/stat.rst.txt
+share/doc/python3.5/_sources/library/statistics.rst.txt
+share/doc/python3.5/_sources/library/stdtypes.rst.txt
+share/doc/python3.5/_sources/library/string.rst.txt
+share/doc/python3.5/_sources/library/stringprep.rst.txt
+share/doc/python3.5/_sources/library/struct.rst.txt
+share/doc/python3.5/_sources/library/subprocess.rst.txt
+share/doc/python3.5/_sources/library/sunau.rst.txt
+share/doc/python3.5/_sources/library/superseded.rst.txt
+share/doc/python3.5/_sources/library/symbol.rst.txt
+share/doc/python3.5/_sources/library/symtable.rst.txt
+share/doc/python3.5/_sources/library/sys.rst.txt
+share/doc/python3.5/_sources/library/sysconfig.rst.txt
+share/doc/python3.5/_sources/library/syslog.rst.txt
+share/doc/python3.5/_sources/library/tabnanny.rst.txt
+share/doc/python3.5/_sources/library/tarfile.rst.txt
+share/doc/python3.5/_sources/library/telnetlib.rst.txt
+share/doc/python3.5/_sources/library/tempfile.rst.txt
+share/doc/python3.5/_sources/library/termios.rst.txt
+share/doc/python3.5/_sources/library/test.rst.txt
+share/doc/python3.5/_sources/library/text.rst.txt
+share/doc/python3.5/_sources/library/textwrap.rst.txt
+share/doc/python3.5/_sources/library/threading.rst.txt
+share/doc/python3.5/_sources/library/time.rst.txt
+share/doc/python3.5/_sources/library/timeit.rst.txt
+share/doc/python3.5/_sources/library/tk.rst.txt
+share/doc/python3.5/_sources/library/tkinter.rst.txt
+share/doc/python3.5/_sources/library/tkinter.scrolledtext.rst.txt
+share/doc/python3.5/_sources/library/tkinter.tix.rst.txt
+share/doc/python3.5/_sources/library/tkinter.ttk.rst.txt
+share/doc/python3.5/_sources/library/token.rst.txt
+share/doc/python3.5/_sources/library/tokenize.rst.txt
+share/doc/python3.5/_sources/library/trace.rst.txt
+share/doc/python3.5/_sources/library/traceback.rst.txt
+share/doc/python3.5/_sources/library/tracemalloc.rst.txt
+share/doc/python3.5/_sources/library/tty.rst.txt
+share/doc/python3.5/_sources/library/turtle.rst.txt
+share/doc/python3.5/_sources/library/types.rst.txt
+share/doc/python3.5/_sources/library/typing.rst.txt
+share/doc/python3.5/_sources/library/undoc.rst.txt
+share/doc/python3.5/_sources/library/unicodedata.rst.txt
+share/doc/python3.5/_sources/library/unittest.mock-examples.rst.txt
+share/doc/python3.5/_sources/library/unittest.mock.rst.txt
+share/doc/python3.5/_sources/library/unittest.rst.txt
+share/doc/python3.5/_sources/library/unix.rst.txt
+share/doc/python3.5/_sources/library/urllib.error.rst.txt
+share/doc/python3.5/_sources/library/urllib.parse.rst.txt
+share/doc/python3.5/_sources/library/urllib.request.rst.txt
+share/doc/python3.5/_sources/library/urllib.robotparser.rst.txt
+share/doc/python3.5/_sources/library/urllib.rst.txt
+share/doc/python3.5/_sources/library/uu.rst.txt
+share/doc/python3.5/_sources/library/uuid.rst.txt
+share/doc/python3.5/_sources/library/venv.rst.txt
+share/doc/python3.5/_sources/library/warnings.rst.txt
+share/doc/python3.5/_sources/library/wave.rst.txt
+share/doc/python3.5/_sources/library/weakref.rst.txt
+share/doc/python3.5/_sources/library/webbrowser.rst.txt
+share/doc/python3.5/_sources/library/windows.rst.txt
+share/doc/python3.5/_sources/library/winreg.rst.txt
+share/doc/python3.5/_sources/library/winsound.rst.txt
+share/doc/python3.5/_sources/library/wsgiref.rst.txt
+share/doc/python3.5/_sources/library/xdrlib.rst.txt
+share/doc/python3.5/_sources/library/xml.dom.minidom.rst.txt
+share/doc/python3.5/_sources/library/xml.dom.pulldom.rst.txt
+share/doc/python3.5/_sources/library/xml.dom.rst.txt
+share/doc/python3.5/_sources/library/xml.etree.elementtree.rst.txt
+share/doc/python3.5/_sources/library/xml.rst.txt
+share/doc/python3.5/_sources/library/xml.sax.handler.rst.txt
+share/doc/python3.5/_sources/library/xml.sax.reader.rst.txt
+share/doc/python3.5/_sources/library/xml.sax.rst.txt
+share/doc/python3.5/_sources/library/xml.sax.utils.rst.txt
+share/doc/python3.5/_sources/library/xmlrpc.client.rst.txt
+share/doc/python3.5/_sources/library/xmlrpc.rst.txt
+share/doc/python3.5/_sources/library/xmlrpc.server.rst.txt
+share/doc/python3.5/_sources/library/zipapp.rst.txt
+share/doc/python3.5/_sources/library/zipfile.rst.txt
+share/doc/python3.5/_sources/library/zipimport.rst.txt
+share/doc/python3.5/_sources/library/zlib.rst.txt
+share/doc/python3.5/_sources/license.rst.txt
+share/doc/python3.5/_sources/reference/compound_stmts.rst.txt
+share/doc/python3.5/_sources/reference/datamodel.rst.txt
+share/doc/python3.5/_sources/reference/executionmodel.rst.txt
+share/doc/python3.5/_sources/reference/expressions.rst.txt
+share/doc/python3.5/_sources/reference/grammar.rst.txt
+share/doc/python3.5/_sources/reference/import.rst.txt
+share/doc/python3.5/_sources/reference/index.rst.txt
+share/doc/python3.5/_sources/reference/introduction.rst.txt
+share/doc/python3.5/_sources/reference/lexical_analysis.rst.txt
+share/doc/python3.5/_sources/reference/simple_stmts.rst.txt
+share/doc/python3.5/_sources/reference/toplevel_components.rst.txt
+share/doc/python3.5/_sources/tutorial/appendix.rst.txt
+share/doc/python3.5/_sources/tutorial/appetite.rst.txt
+share/doc/python3.5/_sources/tutorial/classes.rst.txt
+share/doc/python3.5/_sources/tutorial/controlflow.rst.txt
+share/doc/python3.5/_sources/tutorial/datastructures.rst.txt
+share/doc/python3.5/_sources/tutorial/errors.rst.txt
+share/doc/python3.5/_sources/tutorial/floatingpoint.rst.txt
+share/doc/python3.5/_sources/tutorial/index.rst.txt
+share/doc/python3.5/_sources/tutorial/inputoutput.rst.txt
+share/doc/python3.5/_sources/tutorial/interactive.rst.txt
+share/doc/python3.5/_sources/tutorial/interpreter.rst.txt
+share/doc/python3.5/_sources/tutorial/introduction.rst.txt
+share/doc/python3.5/_sources/tutorial/modules.rst.txt
+share/doc/python3.5/_sources/tutorial/stdlib.rst.txt
+share/doc/python3.5/_sources/tutorial/stdlib2.rst.txt
+share/doc/python3.5/_sources/tutorial/venv.rst.txt
+share/doc/python3.5/_sources/tutorial/whatnow.rst.txt
+share/doc/python3.5/_sources/using/cmdline.rst.txt
+share/doc/python3.5/_sources/using/index.rst.txt
+share/doc/python3.5/_sources/using/mac.rst.txt
+share/doc/python3.5/_sources/using/scripts.rst.txt
+share/doc/python3.5/_sources/using/unix.rst.txt
+share/doc/python3.5/_sources/using/windows.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.0.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.1.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.2.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.3.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.4.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.5.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.6.rst.txt
+share/doc/python3.5/_sources/whatsnew/2.7.rst.txt
+share/doc/python3.5/_sources/whatsnew/3.0.rst.txt
+share/doc/python3.5/_sources/whatsnew/3.1.rst.txt
+share/doc/python3.5/_sources/whatsnew/3.2.rst.txt
+share/doc/python3.5/_sources/whatsnew/3.3.rst.txt
+share/doc/python3.5/_sources/whatsnew/3.4.rst.txt
+share/doc/python3.5/_sources/whatsnew/3.5.rst.txt
+share/doc/python3.5/_sources/whatsnew/changelog.rst.txt
+share/doc/python3.5/_sources/whatsnew/index.rst.txt
 share/doc/python3.5/_static/ajax-loader.gif
 share/doc/python3.5/_static/basic.css
 share/doc/python3.5/_static/classic.css
@@ -477,10 +477,11 @@ share/doc/python3.5/_static/comment.png
 share/doc/python3.5/_static/copybutton.js
 share/doc/python3.5/_static/default.css
 share/doc/python3.5/_static/doctools.js
+share/doc/python3.5/_static/documentation_options.js
 share/doc/python3.5/_static/down-pressed.png
 share/doc/python3.5/_static/down.png
 share/doc/python3.5/_static/file.png
-share/doc/python3.5/_static/jquery-1.11.1.js
+share/doc/python3.5/_static/jquery-3.2.1.js
 share/doc/python3.5/_static/jquery.js
 share/doc/python3.5/_static/minus.png
 share/doc/python3.5/_static/opensearch.xml
@@ -490,11 +491,11 @@ share/doc/python3.5/_static/pydoctheme.c
 share/doc/python3.5/_static/pygments.css
 share/doc/python3.5/_static/searchtools.js
 share/doc/python3.5/_static/sidebar.js
+share/doc/python3.5/_static/switchers.js
 share/doc/python3.5/_static/underscore-1.3.1.js
 share/doc/python3.5/_static/underscore.js
 share/doc/python3.5/_static/up-pressed.png
 share/doc/python3.5/_static/up.png
-share/doc/python3.5/_static/version_switch.js
 share/doc/python3.5/_static/websupport.js
 share/doc/python3.5/about.html
 share/doc/python3.5/bugs.html

Index: pkgsrc/lang/py35-html-docs/distinfo
diff -u pkgsrc/lang/py35-html-docs/distinfo:1.4 pkgsrc/lang/py35-html-docs/distinfo:1.5
--- pkgsrc/lang/py35-html-docs/distinfo:1.4     Mon May  7 08:40:21 2018
+++ pkgsrc/lang/py35-html-docs/distinfo Thu Aug  9 13:20:54 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/05/07 08:40:21 leot Exp $
+$NetBSD: distinfo,v 1.5 2018/08/09 13:20:54 leot Exp $
 
-SHA1 (python/python-3.5.5-docs-html.tar.bz2) = bb31101b16252be17046e1f976f67dd64b06209d
-RMD160 (python/python-3.5.5-docs-html.tar.bz2) = 354cf8237b747cbc30abe20e026665214fa299bc
-SHA512 (python/python-3.5.5-docs-html.tar.bz2) = 6c56c8f3c14ea0d21266bfbb6e3cc3b6fb81d8e3e628b55f30f1e979aa1469cce7f05663ec9b48f793a403c2ef869580931a97d9bfb9bdfa249f32564d1aa6e1
-Size (python/python-3.5.5-docs-html.tar.bz2) = 5768424 bytes
+SHA1 (python/python-3.5.6-docs-html.tar.bz2) = 8998ec61622b6c66c823e76aaa8b34a6bed2be36
+RMD160 (python/python-3.5.6-docs-html.tar.bz2) = 9ae32debc1c66daee8b813fe5295803c2fdbe1db
+SHA512 (python/python-3.5.6-docs-html.tar.bz2) = 86add1713289dc190eed4fe6a911e96e41e4b8e5402df2a7f00bf36d610a5dfe64c23c215054e9b96f4b5f48aa747469c8a5bef21df1d98348131648841d53da
+Size (python/python-3.5.6-docs-html.tar.bz2) = 5779040 bytes



Home | Main Index | Thread Index | Old Index