]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] Minor fixes to the NEWS entries (GH-17557)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 10 Dec 2019 16:11:33 +0000 (16:11 +0000)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Dec 2019 16:11:33 +0000 (08:11 -0800)
Automerge-Triggered-By: @pablogsal
Misc/NEWS.d/3.8.1rc1.rst
Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst [deleted file]

index 958a8b7b8002516ebeb5751621fcea063e4ee1e4..351996433c4cff84cf88d52c43a5426105199a95 100644 (file)
@@ -753,7 +753,7 @@ Do not try to compile IDLE shell or output windows
 .. nonce: oOGVdo
 .. section: C API
 
-Reëxport some function compatibility wrappers for macros in ``pythonrun.h``.
+Re-export some function compatibility wrappers for macros in ``pythonrun.h``.
 
 ..
 
diff --git a/Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst b/Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst
deleted file mode 100644 (file)
index a6dfa22..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Fix simple typo in Lib/test/test_statistics.py.