Branch: refs/heads/backport-3.5-pr-47 Home: https://github.com/python/cpython Commit: df948fd8300bcd2ddcfd18ddcb0f3d3e0e3b9498 https://github.com/python/cpython/commit/df948fd8300bcd2ddcfd18ddcb0f3d3e0e3b9498 Author: Nathaniel J. Smith <njs at pobox.com> Date: 2017年02月12日 (2017年2月12日) Changed paths: M Lib/contextlib.py Log Message: ----------- 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 (cherry picked from commit af88e7eda4101f36e904771d3cf59a5f740b3b00)