https://github.com/python/cpython/commit/2de50f26008deb29ba04f7ad7c79e451d5aebba8 commit: 2de50f26008deb29ba04f7ad7c79e451d5aebba8 branch: master author: Mark Shannon <mark at hotpy.org> committer: GitHub <noreply at github.com> date: 2020年09月08日T17:47:14+01:00 summary: Fix incorrect bpo number in change notes. (GH-22151) files: M Misc/NEWS.d/3.9.0a2.rst diff --git a/Misc/NEWS.d/3.9.0a2.rst b/Misc/NEWS.d/3.9.0a2.rst index 50478c08e9018..1fd23b763e2a1 100644 --- a/Misc/NEWS.d/3.9.0a2.rst +++ b/Misc/NEWS.d/3.9.0a2.rst @@ -229,7 +229,7 @@ coroutine of an asynchronous generator. .. -.. bpo: 32949 +.. bpo: 33387 .. date: 2018年03月13日-14-46-03 .. nonce: v821M7 .. section: Core and Builtins