Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6d2f49

Browse files
authored
bpo-27122: Fix comment to point to correct issue number (#50)
It took me quite a bit to figure out what this was referring to,since the given issue number is wrong, and the original commitmessage I found through git blame lists a different, also wrongissue number... seehttps://bugs.python.org/issue27122#msg279449(cherry picked from commitaf88e7e)
1 parent9cd7e17 commitc6d2f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/contextlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __exit__(self, type, value, traceback):
8282
# raised inside the "with" statement from being suppressed.
8383
returnexcisnotvalue
8484
exceptRuntimeErrorasexc:
85-
# Don't re-raise the passed in exception. (issue27112)
85+
# Don't re-raise the passed in exception. (issue27122)
8686
ifexcisvalue:
8787
returnFalse
8888
# Likewise, avoid suppressing if a StopIteration exception

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp