diff options
| author | Damien George <damien@micropython.org> | 2022-01-23 09:33:19 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-01-23 09:33:19 +1100 |
| commit | aafd8859e9f0a2b5cc49e41a50530fecec79a205 (patch) | |
| tree | 039ac524d9e313520d8100f23a45706e3c0809b5 /docs/differences | |
| parent | f3229590a9ce8286627f5763884328cdc970fa1d (diff) | |
docs/differences: Update differences now that math.tau/inf/nan exist.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/differences')
| -rw-r--r-- | docs/differences/python_35.rst | 2 | ||||
| -rw-r--r-- | docs/differences/python_36.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/differences/python_35.rst b/docs/differences/python_35.rst index 84c38c9cc..2a4c119a4 100644 --- a/docs/differences/python_35.rst +++ b/docs/differences/python_35.rst @@ -97,7 +97,7 @@ Changes to built-in modules: +-----------------------------------------------------------------------------------------------------------+---------------+ | `math <https://docs.python.org/3/whatsnew/3.5.html#math>`_ | +-----------------------------------------------------------------------------------------------------------+---------------+ - | Two new constants have been added to the math module: *inf* and *nan*. | | + | Two new constants have been added to the math module: *inf* and *nan*. | Completed | +-----------------------------------------------------------------------------------------------------------+---------------+ | A new function *isclose()* provides a way to test for approximate equality. | | +-----------------------------------------------------------------------------------------------------------+---------------+ diff --git a/docs/differences/python_36.rst b/docs/differences/python_36.rst index 4ea874224..dec8c5943 100644 --- a/docs/differences/python_36.rst +++ b/docs/differences/python_36.rst @@ -121,7 +121,7 @@ Changes to built-in modules: +--------------------------------------------------------------------------------------------------------------+----------------+ | `math <https://docs.python.org/3.6/whatsnew/3.6.html#math>`_ | +--------------------------------------------------------------------------------------------------------------+----------------+ - | The new math.tau (τ) constant has been added | | + | The new math.tau (τ) constant has been added | Completed | +--------------------------------------------------------------------------------------------------------------+----------------+ | `os <https://docs.python.org/3.6/whatsnew/3.6.html#os>`_ | +--------------------------------------------------------------------------------------------------------------+----------------+ |
