]> granicus.if.org Git - python/commit
bpo-27122: Fix comment to point to correct issue number (#48)
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Feb 2017 16:13:31 +0000 (19:13 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2017 16:13:31 +0000 (19:13 +0300)
commit89b1824e693419b20b6a9113e5293f1c1a78065f
treefef433e5bbb08c09d72465440d1ec77496d7fb7e
parentc2328ec0f4ad45d84b3d96c2b3f80017ef30af52
bpo-27122: Fix comment to point to correct issue number (#48)

It took me quite a bit to figure out what this was referring to,
since the given issue number is wrong, and the original commit
message I found through git blame lists a different, also wrong
issue number... see https://bugs.python.org/issue27122#msg279449

(cherry picked from commit af88e7eda4101f36e904771d3cf59a5f740b3b00)
Lib/contextlib.py