File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -511,6 +511,9 @@ msgid ""
511
511
"falls back to ``pwd.getpwuid(os.getuid())[0]`` to get the login name of the "
512
512
"current real user id."
513
513
msgstr ""
514
+ "プロセスの制御端末にログインしているユーザー名を返します。ほとんどの場合、:func:`getpass.getuser` "
515
+ "を使う方が便利です。なぜなら、:func:`getpass.getuser` は、ユーザーを見つけるために、環境変数 :envvar:`LOGNAME`"
516
+ " や :envvar:`USERNAME` を調べ、さらには ``pwd.getpwuid(os.getuid())[0]`` まで調べに行くからです。"
514
517
515
518
#: ../../library/os.rst:334 ../../library/os.rst:368 ../../library/os.rst:827
516
519
#: ../../library/os.rst:836 ../../library/os.rst:1022
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.6\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2020-02-09 18:48 +0900\n "
14
+ "POT-Creation-Date : 2020-02-11 18:50 +0900\n "
15
15
"PO-Revision-Date : 2018-06-29 17:51+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -821,9 +821,9 @@ msgstr ""
821
821
#: ../../reference/compound_stmts.rst:732
822
822
msgid ""
823
823
"It is a :exc:`SyntaxError` to use ``yield from`` expressions in ``async "
824
- "def`` coroutines."
824
+ "def`` coroutines. Using ``await`` in :keyword:`f-strings` will also produce "
825
+ "a :exc:`SyntaxError`."
825
826
msgstr ""
826
- "``async def`` コルーチン内で ``yield from`` 式を使用すると :exc:`SyntaxError` になります。"
827
827
828
828
#: ../../reference/compound_stmts.rst:735
829
829
msgid "An example of a coroutine function::"
You can’t perform that action at this time.
0 commit comments