diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-05-31 06:12:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 06:12:15 (GMT) |
commit | d6bbb57855da3f92521edd901f49705be46fb203 (patch) | |
tree | 2d7e6d27890c9f3d17a54095c2709b79246112fc | |
parent | 0f1a18326902ad3d0a30fdecbe40513cc5d85879 (diff) | |
download | cpython-d6bbb57855da3f92521edd901f49705be46fb203.zip cpython-d6bbb57855da3f92521edd901f49705be46fb203.tar.gz cpython-d6bbb57855da3f92521edd901f49705be46fb203.tar.bz2 |
bpo-32911: Update the historical note about the magic number. (GH-7272)
-rw-r--r-- | Lib/importlib/_bootstrap_external.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/_bootstrap_external.py b/Lib/importlib/_bootstrap_external.py index f4be862..53b24ff 100644 --- a/Lib/importlib/_bootstrap_external.py +++ b/Lib/importlib/_bootstrap_external.py @@ -246,7 +246,7 @@ _code_type = type(_write_atomic.__code__) # Python 3.7a2 3391 (update GET_AITER #31709) # Python 3.7a4 3392 (PEP 552: Deterministic pycs #31650) # Python 3.7b1 3393 (remove STORE_ANNOTATION opcode #32550) -# Python 3.7rc1 3394 (restored docstring as the firts stmt in the body; +# Python 3.7b5 3394 (restored docstring as the firts stmt in the body; # this might affected the first line number #32911) # # MAGIC must change whenever the bytecode emitted by the compiler may no |