[Python-checkins] cpython (merge 3.5 -> default): minor fix of module order in whatsnew/3.5

tal.einat python-checkins at python.org
Sun May 31 21:19:33 CEST 2015


https://hg.python.org/cpython/rev/7f9421c800d1
changeset:   96429:7f9421c800d1
parent:      96427:5c8c123943cf
parent:      96428:d8deabc8d39a
user:        Tal Einat <taleinat at gmail.com>
date:        Sun May 31 22:19:27 2015 +0300
summary:
  minor fix of module order in whatsnew/3.5

(merge 3.5)

files:
  Doc/whatsnew/3.5.rst |  16 ++++++++--------
  1 files changed, 8 insertions(+), 8 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -550,6 +550,14 @@
 * JSON decoder now raises :exc:`json.JSONDecodeError` instead of
   :exc:`ValueError`.   (Contributed by Serhiy Storchaka in :issue:`19361`.)
 
+math
+----
+
+* :data:`math.inf` and :data:`math.nan` constants added.  (Contributed by Mark
+  Dickinson in :issue:`23185`.)
+* :func:`math.isclose` function added.
+  (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)
+
 os
 --
 
@@ -592,14 +600,6 @@
 * Now unmatched groups are replaced with empty strings in :func:`re.sub`
   and :func:`re.subn`.  (Contributed by Serhiy Storchaka in :issue:`1519638`.)
 
-math
-----
-
-* :data:`math.inf` and :data:`math.nan` constants added.  (Contributed by Mark
-  Dickinson in :issue:`23185`.)
-* :func:`math.isclose` function added.
-  (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)
-
 shutil
 ------
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list