Skip to content

Commit aafd885

Browse files
committed
docs/differences: Update differences now that math.tau/inf/nan exist.
Signed-off-by: Damien George <damien@micropython.org>
1 parent f322959 commit aafd885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/differences/python_35.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Changes to built-in modules:
9797
+-----------------------------------------------------------------------------------------------------------+---------------+
9898
| `math <https://docs.python.org/3/whatsnew/3.5.html#math>`_ |
9999
+-----------------------------------------------------------------------------------------------------------+---------------+
100-
| Two new constants have been added to the math module: *inf* and *nan*. | |
100+
| Two new constants have been added to the math module: *inf* and *nan*. | Completed |
101101
+-----------------------------------------------------------------------------------------------------------+---------------+
102102
| A new function *isclose()* provides a way to test for approximate equality. | |
103103
+-----------------------------------------------------------------------------------------------------------+---------------+

docs/differences/python_36.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Changes to built-in modules:
121121
+--------------------------------------------------------------------------------------------------------------+----------------+
122122
| `math <https://docs.python.org/3.6/whatsnew/3.6.html#math>`_ |
123123
+--------------------------------------------------------------------------------------------------------------+----------------+
124-
| The new math.tau (τ) constant has been added | |
124+
| The new math.tau (τ) constant has been added | Completed |
125125
+--------------------------------------------------------------------------------------------------------------+----------------+
126126
| `os <https://docs.python.org/3.6/whatsnew/3.6.html#os>`_ |
127127
+--------------------------------------------------------------------------------------------------------------+----------------+

0 commit comments

Comments
 (0)