Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a72736

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent2f887ed commit5a72736

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎library/glob.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ msgid ""
5353
"Path.glob`. (For tilde and shell variable expansion, use :func:`os.path."
5454
"expanduser` and :func:`os.path.expandvars`.)"
5555
msgstr""
56+
"ドット (``.``) で始まるファイルは、同じくドットで始まるパターンにのみマッチし"
57+
"ます。この動作は :func:`fnmatch.fnmatch` や :func:`pathlib.Path.glob` とは異"
58+
"なります。 (チルダやシェル変数の展開には、 :func:`os.path.expanduser` と :"
59+
"func:`os.path.expandvars` を使ってください。)"
5660

5761
#:../../library/glob.rst:34
5862
msgid""
@@ -93,6 +97,11 @@ msgid ""
9397
"func:`glob` as changing the current directory before calling it. If "
9498
"*pathname* is relative, the result will contain paths relative to *root_dir*."
9599
msgstr""
100+
"*root_dir* が ``None`` でない場合、その値は検索のルートディレクトリを指定す"
101+
"る :term:`path-like オブジェクト` でなければなりません。これは :func:`glob` "
102+
"を呼び出す前にカレントディレクトリを変更したのと同じ効果を持ちます。 "
103+
"*pathname* が相対パスの場合、戻り値のリストは *root_dir* からの相対パスを含む"
104+
"ことになります。"
96105

97106
#:../../library/glob.rst:59
98107
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp