Skip to content

Commit d6bbb57

Browse files
bpo-32911: Update the historical note about the magic number. (GH-7272)
1 parent 0f1a183 commit d6bbb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/importlib/_bootstrap_external.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def _write_atomic(path, data, mode=0o666):
246246
# Python 3.7a2 3391 (update GET_AITER #31709)
247247
# Python 3.7a4 3392 (PEP 552: Deterministic pycs #31650)
248248
# Python 3.7b1 3393 (remove STORE_ANNOTATION opcode #32550)
249-
# Python 3.7rc1 3394 (restored docstring as the firts stmt in the body;
249+
# Python 3.7b5 3394 (restored docstring as the firts stmt in the body;
250250
# this might affected the first line number #32911)
251251
#
252252
# MAGIC must change whenever the bytecode emitted by the compiler may no

0 commit comments

Comments
 (0)