summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-08-11 17:14:36 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-08-11 18:58:17 (GMT)
commit439c93d51f45c50541fc755b597725168ecd939a (patch)
treecff0de3d6c1388ba5442cbb0a03b6ef4c1604235 /Lib
parent5de00f63d47b5aa1714ad2d88772ad55b10feea0 (diff)
downloadcpython-3.9.0rc1.zip
cpython-3.9.0rc1.tar.gz
cpython-3.9.0rc1.tar.bz2
Python 3.9.0rc1v3.9.0rc1
Diffstat (limited to 'Lib')
-rw-r--r--Lib/pydoc_data/topics.py2
-rw-r--r--Lib/test/test_importlib/test_util.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 8e5b722..0832640 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Mon Jul 20 19:44:38 2020
+# Autogenerated by Sphinx on Tue Aug 11 19:08:56 2020
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
diff --git a/Lib/test/test_importlib/test_util.py b/Lib/test/test_importlib/test_util.py
index 17de466..d6c10ed 100644
--- a/Lib/test/test_importlib/test_util.py
+++ b/Lib/test/test_importlib/test_util.py
@@ -861,7 +861,7 @@ class MagicNumberTests(unittest.TestCase):
in advance. Such exceptional releases will then require an
adjustment to this test case.
"""
- EXPECTED_MAGIC_NUMBER = 3413
+ EXPECTED_MAGIC_NUMBER = 3425
actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little')
msg = (