@@ -1750,6 +1750,9 @@ msgid ""
1750
1750
" :mod:`base64` modern interface. For example, ``base64.b64decode('YWJj')`` "
1751
1751
"returns ``b'abc'``. (Contributed by Catalin Iacob in :issue:`13641`.)"
1752
1752
msgstr ""
1753
+ "现在 :mod:`base64` 现代接口的解码函数可接受仅包含 ASCII 字符的 Unicode 字符串。 "
1754
+ "例如,``base64.b64decode('YWJj')`` 将返回 ``b'abc'``。 (由 Catalin Iacob 在 "
1755
+ ":issue:`13641` 中贡献。)"
1753
1756
1754
1757
#: ../../whatsnew/3.3.rst:953
1755
1758
msgid "binascii"
@@ -1761,6 +1764,8 @@ msgid ""
1761
1764
"functions now all also accept ASCII-only strings as input. (Contributed by "
1762
1765
"Antoine Pitrou in :issue:`13637`.)"
1763
1766
msgstr ""
1767
+ "除了它们通常接受的二进制对象,``a2b_`` 现在还接受仅包含 ASCII 字符的字符串作为输入。 (由 Antoine Pitrou 在 "
1768
+ ":issue:`13637` 中贡献。)"
1764
1769
1765
1770
#: ../../whatsnew/3.3.rst:961
1766
1771
msgid "bz2"
@@ -1795,6 +1800,9 @@ msgid ""
1795
1800
":class:`bz2.BZ2File` can now also be used to create this type of file, using"
1796
1801
" the ``'a'`` (append) mode."
1797
1802
msgstr ""
1803
+ "现在 :class:`bz2.BZ2File` 和 :func:`bz2.decompress` 能解压缩多流输入(比如由 "
1804
+ ":program:`pbzip2` 工具所产生的输入)。 :class:`bz2.BZ2File` 现在还可被用来创建这种类型的文件,具体做法是使用 "
1805
+ "``'a'`` (append) 模式。"
1798
1806
1799
1807
#: ../../whatsnew/3.3.rst:979
1800
1808
msgid "(Contributed by Nir Aides in :issue:`1625`.)"
@@ -1805,6 +1813,8 @@ msgid ""
1805
1813
":class:`bz2.BZ2File` now implements all of the :class:`io.BufferedIOBase` "
1806
1814
"API, except for the :meth:`detach` and :meth:`truncate` methods."
1807
1815
msgstr ""
1816
+ "现在 :class:`bz2.BZ2File` 实现了所有的 :class:`io.BufferedIOBase` API,但 "
1817
+ ":meth:`detach` 和 :meth:`truncate` 等方法除外。"
1808
1818
1809
1819
#: ../../whatsnew/3.3.rst:986
1810
1820
msgid "codecs"