diff options
| author | Damien George <damien@micropython.org> | 2022-01-23 10:23:30 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-01-23 10:23:30 +1100 |
| commit | c153bfd31137a4eebb8abc4ee41d3cf4a3a7f234 (patch) | |
| tree | 7b0bad5afa78728e59c755836cb31d81738f0bf6 /docs/differences | |
| parent | 2e3a2785cdd5c63788cac7ec8b5d62105ecfe4aa (diff) | |
docs/differences: Update python_36 now that b2a_base64 accepts newline.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/differences')
| -rw-r--r-- | docs/differences/python_36.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences/python_36.rst b/docs/differences/python_36.rst index dec8c5943..edf6bef02 100644 --- a/docs/differences/python_36.rst +++ b/docs/differences/python_36.rst @@ -78,7 +78,7 @@ Changes to built-in modules: +--------------------------------------------------------------------------------------------------------------+----------------+ | `binascii <https://docs.python.org/3.6/whatsnew/3.6.html#binascii>`_ | | +--------------------------------------------------------------------------------------------------------------+----------------+ - | The b2a_base64() function now accepts an optional newline keyword argument to control whether the newline | | + | The b2a_base64() function now accepts an optional newline keyword argument to control whether the newline | Completed | | character is appended to the return value | | +--------------------------------------------------------------------------------------------------------------+----------------+ | `cmath <https://docs.python.org/3.6/whatsnew/3.6.html#cmath>`_ | | |
