]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-32911: Update the historical note about the magic number. (GH-7272)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 May 2018 06:12:15 +0000 (09:12 +0300)
committerGitHub <noreply@github.com>
Thu, 31 May 2018 06:12:15 +0000 (09:12 +0300)
Lib/importlib/_bootstrap_external.py

index f4be86274cab9d62cd98584c290c6fea45d15d8d..53b24ff1b0f223902cd48bc2c9ef55d135183240 100644 (file)
@@ -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