diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-08-02 19:06:40 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-08-02 19:53:59 (GMT) |
commit | cc115e5bf66abe909964be5880c96194d9424df9 (patch) | |
tree | 8b2e115570a1725323712e1c8de486a928ef170f /Lib/test/test_importlib/test_util.py | |
parent | 567176249ea95c074eb80199aaf19f3a55aa3954 (diff) | |
download | cpython-cc115e5bf66abe909964be5880c96194d9424df9.zip cpython-cc115e5bf66abe909964be5880c96194d9424df9.tar.gz cpython-cc115e5bf66abe909964be5880c96194d9424df9.tar.bz2 |
Python 3.10.0rc1v3.10.0rc1
Diffstat (limited to 'Lib/test/test_importlib/test_util.py')
-rw-r--r-- | Lib/test/test_importlib/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_importlib/test_util.py b/Lib/test/test_importlib/test_util.py index 1044522..f9ff26f 100644 --- a/Lib/test/test_importlib/test_util.py +++ b/Lib/test/test_importlib/test_util.py @@ -859,7 +859,7 @@ class MagicNumberTests(unittest.TestCase): # stakeholders such as OS package maintainers must be notified # in advance. Such exceptional releases will then require an # adjustment to this test case. - EXPECTED_MAGIC_NUMBER = 3413 + EXPECTED_MAGIC_NUMBER = 3439 actual = int.from_bytes(importlib.util.MAGIC_NUMBER[:2], 'little') msg = ( |