Skip to content

Commit c153bfd

Browse files
committed
docs/differences: Update python_36 now that b2a_base64 accepts newline.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 2e3a278 commit c153bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/differences/python_36.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Changes to built-in modules:
7878
+--------------------------------------------------------------------------------------------------------------+----------------+
7979
| `binascii <https://docs.python.org/3.6/whatsnew/3.6.html#binascii>`_ | |
8080
+--------------------------------------------------------------------------------------------------------------+----------------+
81-
| The b2a_base64() function now accepts an optional newline keyword argument to control whether the newline | |
81+
| The b2a_base64() function now accepts an optional newline keyword argument to control whether the newline | Completed |
8282
| character is appended to the return value | |
8383
+--------------------------------------------------------------------------------------------------------------+----------------+
8484
| `cmath <https://docs.python.org/3.6/whatsnew/3.6.html#cmath>`_ | |

0 commit comments

Comments
 (0)