From 17d5d840b5258add54e452a9bc5071c6650b7c79 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 9 Feb 2023 21:25:08 -0800 Subject: [PATCH] improve importlib comment --- Lib/importlib/_bootstrap_external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/importlib/_bootstrap_external.py b/Lib/importlib/_bootstrap_external.py index 0b94a8334ae500..fe71fd3f474cda 100644 --- a/Lib/importlib/_bootstrap_external.py +++ b/Lib/importlib/_bootstrap_external.py @@ -432,7 +432,7 @@ def _write_atomic(path, data, mode=0o666): # Python 3.12a5 3516 (Add COMPARE_AND_BRANCH instruction) # Python 3.12a5 3517 (Change YIELD_VALUE oparg to exception block depth) # Python 3.12a5 3518 (Add RETURN_CONST instruction) -# Python 3.12a5 3519 (Inline sync list/dict/set comprehensions in the calling function) +# Python 3.12a5 3519 (Inline list/dict/set comprehensions) # Python 3.13 will start with 3550