Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189af5e commit cb00e44Copy full SHA for cb00e44
1 file changed
library/importlib.po
@@ -1094,14 +1094,15 @@ msgstr "引发 :exc:`OSError`异常而不是:exc:`NotImplemented`异常。"
1094
msgid ""
1095
"Optional abstract method which returns the modification time for the "
1096
"specified path."
1097
-msgstr ""
+msgstr "返回指定文件路径修改时间的可选的抽象方法。"
1098
1099
#: ../../library/importlib.rst:744
1100
1101
"This method is deprecated in favour of :meth:`path_stats`. You don't have "
1102
"to implement it, but it is still available for compatibility purposes. Raise"
1103
" :exc:`OSError` if the path cannot be handled."
1104
msgstr ""
1105
+"在有了:meth:`path_stats`的情况下,这个方法被弃用了。没必要去实现它了,但是为了兼容性,它依然处于可用状态。如果文件路径不能被处理,则引发:exc:`OSError`异常。"
1106
1107
#: ../../library/importlib.rst:754
1108
0 commit comments