Skip to content

Commit a84f9bc

Browse files
authored
Remove NEWS entries duplicated from 3.7.2final. (GH-12309)
1 parent ada2e37 commit a84f9bc

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

Misc/NEWS.d/3.7.3rc1.rst

+1-40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
.. bpo: 36216
23
.. date: 2019-03-06-09-38-40
34
.. nonce: 6q1m4a
@@ -564,15 +565,6 @@ and thereby avoid using partially-loaded modules. Patch by Tim Burgess.
564565

565566
..
566567
567-
.. bpo: 31715
568-
.. date: 2018-08-15-16-22-30
569-
.. nonce: Iw8jS8
570-
.. section: Library
571-
572-
Associate ``.mjs`` file extension with ``application/javascript`` MIME Type.
573-
574-
..
575-
576568
.. bpo: 33687
577569
.. date: 2018-06-10-14-08-52
578570
.. nonce: 1zZdnA
@@ -852,27 +844,6 @@ sun when compiling.
852844

853845
..
854846
855-
.. bpo: 35499
856-
.. date: 2018-12-14-19-36-05
857-
.. nonce: 9yAldM
858-
.. section: Build
859-
860-
``make profile-opt`` no longer replaces ``CFLAGS_NODIST`` with ``CFLAGS``.
861-
It now adds profile-guided optimization (PGO) flags to ``CFLAGS_NODIST``:
862-
existing ``CFLAGS_NODIST`` flags are kept.
863-
864-
..
865-
866-
.. bpo: 35257
867-
.. date: 2018-12-05-22-28-40
868-
.. nonce: dmcd_s
869-
.. section: Build
870-
871-
Avoid leaking the linker flags from Link Time Optimizations (LTO) into
872-
distutils when compiling C extensions.
873-
874-
..
875-
876847
.. bpo: 24643
877848
.. date: 2019-02-24-07-52-39
878849
.. nonce: PofyiS
@@ -1227,13 +1198,3 @@ Fix py-list and py-bt commands of python-gdb.py on gdb7.
12271198
.. section: C API
12281199
12291200
Fixed :c:func:`_PyBytes_Resize` for empty bytes objects.
1230-
1231-
..
1232-
1233-
.. bpo: 35259
1234-
.. date: 2018-11-22-13-52-36
1235-
.. nonce: p07c61
1236-
.. section: C API
1237-
1238-
Conditionally declare :c:func:`Py_FinalizeEx()` (new in 3.6) based on
1239-
Py_LIMITED_API. Patch by Arthur Neufeld.

0 commit comments

Comments
 (0)