@@ -3677,6 +3677,8 @@ msgid ""
3677
3677
"Use of :const:`re.LOCALE` flag with str patterns or :const:`re.ASCII` is now"
3678
3678
" deprecated. (Contributed by Serhiy Storchaka in :issue:`22407`.)"
3679
3679
msgstr ""
3680
+ "在 str 模式中使用 :const:`re.LOCALE` 旗标或 :const:`re.ASCII` 的做法现在已被弃用。 (由 Serhiy "
3681
+ "Storchaka 在 :issue:`22407` 中贡献。)"
3680
3682
3681
3683
#: ../../whatsnew/3.5.rst:2340
3682
3684
msgid ""
@@ -3685,6 +3687,8 @@ msgid ""
3685
3687
"deprecation warning and will be forbidden in Python 3.6. (Contributed by "
3686
3688
"Serhiy Storchaka in :issue:`23622`.)"
3687
3689
msgstr "
DA4C
"
3690
+ "在正则表达式模式和替换模式中使用不可识别的由 ``'\\ '`` 加一个 ASCII 字母组成的序列的做法现在会引发弃用警告并将在 Python 3.6 "
3691
+ "中被禁止。 (由 Serhiy Storchaka 在 :issue:`23622` 中贡献。)"
3688
3692
3689
3693
#: ../../whatsnew/3.5.rst:2345
3690
3694
msgid ""
@@ -3693,6 +3697,9 @@ msgid ""
3693
3697
" ignored. (Contributed by Robert Collins and Barry A. Warsaw in "
3694
3698
":issue:`16662`.)"
3695
3699
msgstr ""
3700
+ "现在 :meth:`unittest.TestLoader.loadTestsFromModule` 方法未写入文档的非官方 "
3701
+ "*use_load_tests* 默认参数已被弃用并会被忽略。 (由 Robert Collins 和 Barry A. Warsaw 在 "
3702
+ ":issue:`16662` 中贡献。)"
3696
3703
3697
3704
#: ../../whatsnew/3.5.rst:2352
3698
3705
msgid "Removed"
@@ -3723,10 +3730,12 @@ msgid ""
3723
3730
"3.4, and has now been removed. (Contributed by Matt Chaput in "
3724
3731
":issue:`6623`.)"
3725
3732
msgstr ""
3733
+ "在 :mod:`ftplib` 模块中的内部 ``Netrc`` 类在 3.4 中被弃用,现在已被移除。 (由 Matt Chaput 在 "
3734
+ ":issue:`6623` 中贡献。)"
3726
3735
3727
3736
#: ../../whatsnew/3.5.rst:2368
3728
3737
msgid "The concept of ``.pyo`` files has been removed."
3729
- msgstr ""
3738
+ msgstr "``.pyo`` 文件的概念已被移除。 "
3730
3739
3731
3740
#: ../../whatsnew/3.5.rst:2370
3732
3741
msgid ""
0 commit comments