@@ -64,14 +64,13 @@ msgid "All event loops on Windows do not support the following methods:"
6464msgstr "윈도우의 모든 이벤트 루프는 다음 메서드를 지원하지 않습니다:"
6565
6666#: ../../library/asyncio-platforms.rst:38
67- #, fuzzy
6867msgid ""
6968":meth:`loop.create_unix_connection` and :meth:`loop.create_unix_server` "
7069"are not supported. The :const:`socket.AF_UNIX` socket family is specific "
7170"to Unix."
7271msgstr ""
7372":meth:`loop.create_unix_connection` 와 :meth:`loop.create_unix_server`\\ 는 "
74- "지원되지 않습니다. :data :`socket.AF_UNIX` 소켓 패밀리는 유닉스에만 적용됩니다."
73+ "지원되지 않습니다. :const :`socket.AF_UNIX` 소켓 패밀리는 유닉스에만 적용됩니다."
7574
7675#: ../../library/asyncio-platforms.rst:42
7776msgid ""
@@ -130,18 +129,16 @@ msgid ""
130129msgstr ":meth:`loop.add_reader`\\ 와 :meth:`loop.add_writer` 메서드는 지원되지 않습니다."
131130
132131#: ../../library/asyncio-platforms.rst:65
133- #, fuzzy
134132msgid ""
135133"The resolution of the monotonic clock on Windows is usually around 15.6 "
136134"milliseconds. The best resolution is 0.5 milliseconds. The resolution "
137135"depends on the hardware (availability of `HPET "
138136"<https://en.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the "
139137"Windows configuration."
140138msgstr ""
141- "윈도우에서 단조 시계의 해상도는 대개 15.6 msec 근처입니다. 최상의 해상도는 0.5 msec입니다. 해상도는 "
142- "하드웨어(`HPET "
143- "<https://en.wikipedia.org/wiki/High_Precision_Event_Timer>`_\\ 이 사용 가능한지)와"
144- " 윈도우 구성에 따라 다릅니다."
139+ "윈도우에서 단조 시계의 해상도는 대개 15.6 밀리초 근처입니다. 최상의 해상도는 0.5 밀리초입니다. 해상도는 하드웨어(`HPET"
140+ " <https://en.wikipedia.org/wiki/High_Precision_Event_Timer>`_\\ 이 사용 "
141+ "가능한지)와 윈도우 구성에 따라 다릅니다."
145142
146143#: ../../library/asyncio-platforms.rst:75
147144msgid "Subprocess Support on Windows"
@@ -202,4 +199,10 @@ msgid ""
202199"loop = asyncio.SelectorEventLoop(selector)\n"
203200"asyncio.set_event_loop(loop)"
204201msgstr ""
202+ "import asyncio\n"
203+ "import selectors\n"
204+ "\n"
205+ "selector = selectors.SelectSelector()\n"
206+ "loop = asyncio.SelectorEventLoop(selector)\n"
207+ "asyncio.set_event_loop(loop)"
205208
0 commit comments