Skip to content

Commit cab4b6f

Browse files
[po] auto sync
1 parent 15b5209 commit cab4b6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.36%", "updated_at": "2025-04-17T08:57:00Z"}
1+
{"translation": "81.36%", "updated_at": "2025-04-18T01:19:49Z"}

whatsnew/3.4.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,6 +4171,9 @@ msgid ""
41714171
"to determine if a module is a package or not is to use ``hasattr(module, "
41724172
"'__path__')`` (:issue:`18065`)."
41734173
msgstr ""
4174+
"冻结的包将不再把 ``__path__`` 设为一个包含包名的列表,它们现在会把它设为一个空列表。 "
4175+
"当存在与冻结的包同名的目录时之前版本的行为可能会使导入系统错误地处理子模块。 确定一个模块是否属于包的正确方式是使用 ``hasattr(module,"
4176+
" '__path__')`` (:issue:`18065`)。"
41744177

41754178
#: ../../whatsnew/3.4.rst:2297
41764179
msgid ""

0 commit comments

Comments
 (0)