]> granicus.if.org Git - python/commit
bpo-27122: Fix comment to point to correct issue number (#47)
authorNathaniel J. Smith <njs@pobox.com>
Sun, 12 Feb 2017 11:37:24 +0000 (03:37 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Feb 2017 11:37:24 +0000 (14:37 +0300)
commitaf88e7eda4101f36e904771d3cf59a5f740b3b00
treeed7618382d09a7b72cf9f2fa76e008addb0d74c4
parent2294f3aee14a6074b17c67ef936c607430bb3c7a
bpo-27122: Fix comment to point to correct issue number (#47)

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
Lib/contextlib.py