summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.6.0a3.rst
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2022-05-06 04:58:58 (GMT)
committerGitHub <noreply@github.com>2022-05-06 04:58:58 (GMT)
commit9b491ae04c900579ec82776aacdf71b2fd1e9d6a (patch)
tree4e1a968c127995fc914bf09cf3d4da840cd487ff /Misc/NEWS.d/3.6.0a3.rst
parent9652900969df77b1ac245595419431df19296af9 (diff)
downloadcpython-9b491ae04c900579ec82776aacdf71b2fd1e9d6a.zip
cpython-9b491ae04c900579ec82776aacdf71b2fd1e9d6a.tar.gz
cpython-9b491ae04c900579ec82776aacdf71b2fd1e9d6a.tar.bz2
NEWS: Reorder items by section (GH-92373)
They caused duplicated sections.
Diffstat (limited to 'Misc/NEWS.d/3.6.0a3.rst')
-rw-r--r--Misc/NEWS.d/3.6.0a3.rst46
1 files changed, 23 insertions, 23 deletions
diff --git a/Misc/NEWS.d/3.6.0a3.rst b/Misc/NEWS.d/3.6.0a3.rst
index 4b0000b..62892b5 100644
--- a/Misc/NEWS.d/3.6.0a3.rst
+++ b/Misc/NEWS.d/3.6.0a3.rst
@@ -1,7 +1,29 @@
+.. release date: 2016-07-11
+.. bpo: 27278
+.. date: 9361
+.. nonce: y_HkGw
+.. original section: Library
+.. section: Security
+
+Fix os.urandom() implementation using getrandom() on Linux. Truncate size
+to INT_MAX and loop until we collected enough random bytes, instead of
+casting a directly Py_ssize_t to int.
+
+..
+
+.. bpo: 22636
+.. date: 9357
+.. nonce: 3fQW_g
+.. original section: Library
+.. section: Security
+
+Avoid shell injection problems with ctypes.util.find_library().
+
+..
+
.. bpo: 27473
.. date: 9385
.. nonce: _nOtTA
-.. release date: 2016-07-11
.. section: Core and Builtins
Fixed possible integer overflow in bytes and bytearray concatenations.
@@ -248,18 +270,6 @@ issue25782.
..
-.. bpo: 27278
-.. date: 9361
-.. nonce: y_HkGw
-.. original section: Library
-.. section: Security
-
-Fix os.urandom() implementation using getrandom() on Linux. Truncate size
-to INT_MAX and loop until we collected enough random bytes, instead of
-casting a directly Py_ssize_t to int.
-
-..
-
.. bpo: 16864
.. date: 9360
.. nonce: W7tJDa
@@ -289,16 +299,6 @@ env var PAGER).
..
-.. bpo: 22636
-.. date: 9357
-.. nonce: 3fQW_g
-.. original section: Library
-.. section: Security
-
-Avoid shell injection problems with ctypes.util.find_library().
-
-..
-
.. bpo: 16182
.. date: 9356
.. nonce: RgFXyr