From 85bd5287d9857d95937d6b06851cd46cf8451c12 Mon Sep 17 00:00:00 2001 From: leot Date: Wed, 16 Oct 2019 10:51:42 +0000 Subject: py37-html-docs: Update to 3.7.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: 3.7.5 ----- Documentation * bpo-26868: Fix example usage of PyModule_AddObject() to properly handle errors. * bpo-37979: Added a link to dateutil.parser.isoparse in the datetime.fromisoformat documentation. Patch by Paul Ganssle * bpo-37937: Mention frame.f_trace in sys.settrace() docs. * bpo-37726: Stop recommending getopt in the tutorial for command line argument parsing and promote argparse. * bpo-32910: Remove implementation-specific behaviour of how venv’s Deactivate works. * bpo-37256: Fix wording of arguments for Request in urllib.request * bpo-37284: Add a brief note to indicate that any new sys.implementation required attributes must go through the PEP process. * bpo-30088: Documented that mailbox.Maildir constructor doesn’t attempt to verify the maildir folder layout correctness. Patch by Sviatoslav Sydorenko. * bpo-37487: Fix PyList_GetItem index description to include 0. * bpo-37478: Added possible exceptions to the description of os.chdir(). * bpo-37004: In the documentation for difflib, a note was added explicitly warning that the results of SequenceMatcher’s ratio method may depend on the order of the input strings. * bpo-35803: Document and test that tempfile functions may accept a path-like object for the dir argument. Patch by Anthony Sottile. * bpo-34293: Fix the Doc/Makefile regarding PAPER environment variable and PDF builds --- lang/py37-html-docs/distinfo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lang/py37-html-docs/distinfo') diff --git a/lang/py37-html-docs/distinfo b/lang/py37-html-docs/distinfo index 7966c21a63a..87579fbce93 100644 --- a/lang/py37-html-docs/distinfo +++ b/lang/py37-html-docs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/07/09 07:46:37 adam Exp $ +$NetBSD: distinfo,v 1.6 2019/10/16 10:51:42 leot Exp $ -SHA1 (python-3.7.4-docs-html.tar.bz2) = 5a0ab4ed4bf690b9bb8c468eca0a1af62d40feef -RMD160 (python-3.7.4-docs-html.tar.bz2) = dd18fa223b9fefa35e3acc44f3aaced61f67fc52 -SHA512 (python-3.7.4-docs-html.tar.bz2) = b3d0209bf95ddc6a54c48be380b3514eb20965c812f6b495e387320828f37eb8ce89f3321872a2bcd14387ac4a49d3fb43fcb10cbe9cb38830177f70dcf59992 -Size (python-3.7.4-docs-html.tar.bz2) = 6212393 bytes +SHA1 (python-3.7.5-docs-html.tar.bz2) = ccef4ed49a2547eb4e2d97eb8772eef9d854cc44 +RMD160 (python-3.7.5-docs-html.tar.bz2) = 98c3124e366ca3428afbbabb5df5c6ea10cf17a5 +SHA512 (python-3.7.5-docs-html.tar.bz2) = f0df470452c89acc7c76afc5335afa3ad38ce0b239111ef811c5000b2593e699cce97e2af934c9235b306b910f6580f537fffdc342a501de6889f091fa367e82 +Size (python-3.7.5-docs-html.tar.bz2) = 6229393 bytes -- cgit v1.2.3