Python 3.9.0rc1

This commit is contained in:
Łukasz Langa 2020-08-11 19:14:36 +02:00
parent 5de00f63d4
commit 439c93d51f
No known key found for this signature in database
GPG key ID: B26995E310250568
25 changed files with 194 additions and 35 deletions

View file

@ -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 = (