[Python-checkins] cpython (3.6): Update pydoc topics for 3.6.0b2

ned.deily python-checkins at python.org
Mon Oct 10 20:58:42 EDT 2016


https://hg.python.org/cpython/rev/91639574f2ed
changeset:   104441:91639574f2ed
branch:      3.6
parent:      104437:17bd5239b886
user:        Ned Deily <nad at python.org>
date:        Mon Oct 10 16:02:26 2016 -0400
summary:
  Update pydoc topics for 3.6.0b2

files:
  Lib/pydoc_data/topics.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Mon Sep 12 10:47:11 2016
+# Autogenerated by Sphinx on Mon Oct 10 15:59:17 2016
 topics = {'assert': '\n'
            'The "assert" statement\n'
            '**********************\n'

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list