From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 31 Jul 2019 05:42:17 +0000 (-0700) Subject: IDLE: changelog correction and addition (GH-15042) X-Git-Tag: v3.8.0b4~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8194a2050dcc11cca40a619a7bafcc0abf23bc4e;p=thirdparty%2FPython%2Fcpython.git IDLE: changelog correction and addition (GH-15042) (cherry picked from commit d04f8907baaa6620be7347ba14dd84bc4ef33814) Co-authored-by: Terry Jan Reedy --- 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