File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 96.11%" , "updated_at" : " 2024-08-27T08:48:03Z " }
1+ {"translation" : " 96.11%" , "updated_at" : " 2024-08-27T09:47:16Z " }
Original file line number Diff line number Diff line change @@ -678,12 +678,13 @@ msgid ""
678678"which means the sequences will be invalid if raw string notation or escaping"
679679" the backslashes isn't used."
680680msgstr ""
681- "此外,在正则表达式中有效但在 Python 字符串文字中无效的特殊转义序列现在导致 :exc:`DeprecationWarning` 并最终变为 "
682- ":exc:`SyntaxError`。 这意味着如果未使用原始字符串表示法或转义反斜杠,序列将无效。"
681+ "此外,某些在正则表达式中有效,但在 Python 普通字符串字面量中无效的特殊转义序列,现在会引发导致 "
682+ ":exc:`DeprecationWarning` (弃用警告) ,并且在未来可能会变为一个 :exc:`SyntaxError` (语法错误) "
683+ "。这意味着,如果没有使用原始字符串就直接书写正则本身,这种特殊序列将变得无效。"
683684
684685#: ../../howto/regex.rst:344
685686msgid "Regular String"
686- msgstr "常规字符串 "
687+ msgstr "普通字符串 "
687688
688689#: ../../howto/regex.rst:344
689690msgid "Raw string"
You can’t perform that action at this time.
0 commit comments