summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r--Doc/whatsnew/3.7.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index cb0086c..7edf4fc 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -95,6 +95,13 @@ New Modules
Improved Modules
================
+binascii
+--------
+
+The :func:`~binascii.b2a_uu` function now accepts an optional *backtick*
+keyword argument. When it's true, zeros are represented by ``'`'``
+instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
+
contextlib
----------
@@ -159,6 +166,13 @@ urllib.parse
adding `~` to the set of characters that is never quoted by default.
(Contributed by Christian Theune and Ratnadeep Debnath in :issue:`16285`.)
+uu
+--
+
+Function :func:`~uu.encode` now accepts an optional *backtick*
+keyword argument. When it's true, zeros are represented by ``'`'``
+instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)
+
Optimizations
=============