Skip to content

Commit

Permalink
improve importlib comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Feb 10, 2023
1 parent add772e commit 17d5d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/importlib/_bootstrap_external.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 17d5d84

Please sign in to comment.