From: Terry Jan Reedy Date: Wed, 31 Jul 2019 05:35:30 +0000 (-0400) Subject: IDLE: changelog correction and addition (GH-15042) X-Git-Tag: v3.9.0a1~943 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d04f8907baaa6620be7347ba14dd84bc4ef33814;p=thirdparty%2FPython%2Fcpython.git IDLE: changelog correction and addition (GH-15042) --- diff --git a/Misc/NEWS.d/3.8.0a3.rst b/Misc/NEWS.d/3.8.0a3.rst index fc37b22ddb19..66308c6bca2e 100644 --- a/Misc/NEWS.d/3.8.0a3.rst +++ b/Misc/NEWS.d/3.8.0a3.rst @@ -830,7 +830,8 @@ Refactor class variables to instance variables in colorizer. .. nonce: WbaRJW .. section: IDLE -Increase test coverage of idlelib.autocomplete by 30%. +Increase test coverage of idlelib.autocomplete by 30%. Patch by Louie +Lu .. diff --git a/Misc/NEWS.d/3.8.0b1.rst b/Misc/NEWS.d/3.8.0b1.rst index 3cebcfb587c4..609aa338e844 100644 --- a/Misc/NEWS.d/3.8.0b1.rst +++ b/Misc/NEWS.d/3.8.0b1.rst @@ -1951,7 +1951,7 @@ sys.exit(). .. -.. bpo: 13102 +.. bpo: 36807 .. date: 2019-05-05-16-27-53 .. nonce: AGNWYJ .. section: IDLE