summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-01-23 10:23:30 +1100
committerDamien George <damien@micropython.org>2022-01-23 10:23:30 +1100
commitc153bfd31137a4eebb8abc4ee41d3cf4a3a7f234 (patch)
tree7b0bad5afa78728e59c755836cb31d81738f0bf6
parent2e3a2785cdd5c63788cac7ec8b5d62105ecfe4aa (diff)
docs/differences: Update python_36 now that b2a_base64 accepts newline.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--docs/differences/python_36.rst2
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>`_ | |