]> granicus.if.org Git - python/commit
bpo-27122: Fix comment to point to correct issue number (#50)
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Feb 2017 16:18:00 +0000 (19:18 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2017 16:18:00 +0000 (19:18 +0300)
commitc6d2f498142c29ed62241ab6d89cb7b5e38f2fca
tree7f2876a8487bed22b7d9eb1b92ff21eee898407c
parent9cd7e17640a49635d1c1f8c2989578a8fc2c1de6
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 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