@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/__future__.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!__future__` --- Future statement definitions"
22
- msgstr ":mod:`__future__` --- 퓨처 문 정의"
21
+ msgstr ":mod:`! __future__` --- 퓨처 문 정의"
23
22
24
23
#: ../../library/__future__.rst:7
25
24
msgid "**Source code:** :source:`Lib/__future__.py`"
@@ -61,15 +60,14 @@ msgstr ""
61
60
"할 수 있습니다."
62
61
63
62
#: ../../library/__future__.rst:29
64
- #, fuzzy
65
63
msgid ""
66
64
"To ensure that :ref:`future statements <future>` run under releases prior"
67
65
" to Python 2.1 at least yield runtime exceptions (the import of "
68
66
":mod:`__future__` will fail, because there was no module of that name "
69
67
"prior to 2.1)."
70
68
msgstr ""
71
- "2.1 이전의 배포에서 :ref:`퓨처 문 <future>` 을 실행하면 최소한 실행시간 예외를 일으키도록 보장하기 위해 (2.1 "
72
- "이전에는 그런 이름의 모듈이 없으므로 :mod:`__future__` 임포트는 실패합니다)."
69
+ "파이썬 2.1 이전의 배포에서 :ref:`퓨처 문 <future>` 을 실행하면 최소한 실행시간 예외를 일으키도록 보장하기 위해 "
70
+ "(2.1 이전에는 그런 이름의 모듈이 없으므로 :mod:`__future__` 임포트는 실패합니다)."
73
71
74
72
#: ../../library/__future__.rst:34
75
73
msgid "Module Contents"
@@ -219,7 +217,7 @@ msgstr "3.7.0b1"
219
217
220
218
#: ../../library/__future__.rst:67
221
219
msgid "TBD [1]_"
222
- msgstr ""
220
+ msgstr "TBD [1]_ "
223
221
224
222
#: ../../library/__future__.rst:67
225
223
msgid ":pep:`563`: *Postponed evaluation of annotations*"
@@ -234,6 +232,8 @@ msgid ""
234
232
"FeatureName = _Feature(OptionalRelease, MandatoryRelease,\n"
235
233
" CompilerFlag)"
236
234
msgstr ""
235
+ "FeatureName = _Feature(OptionalRelease, MandatoryRelease,\n"
236
+ " CompilerFlag)"
237
237
238
238
#: ../../library/__future__.rst:82
239
239
msgid ""
@@ -253,6 +253,13 @@ msgid ""
253
253
" PY_RELEASE_SERIAL # the 3; an int\n"
254
254
")"
255
255
msgstr ""
256
+ "(PY_MAJOR_VERSION, # the 2 in 2.1.0a3; an int\n"
257
+ " PY_MINOR_VERSION, # the 1; an int\n"
258
+ " PY_MICRO_VERSION, # the 0; an int\n"
259
+ " PY_RELEASE_LEVEL, # \" alpha\" , \" beta\" , \" candidate\" or \" final\" ; "
260
+ "string\n"
261
+ " PY_RELEASE_SERIAL # the 3; an int\n"
262
+ ")"
256
263
257
264
#: ../../library/__future__.rst:94
258
265
msgid ""
@@ -280,14 +287,14 @@ msgstr ""
280
287
" 해당 기능을 사용하기 위해 더 퓨처 문을 요구하지 않지만, 그러한 임포트는 계속 사용할 수 있습니다."
281
288
282
289
#: ../../library/__future__.rst:106
283
- #, fuzzy
284
290
msgid ""
285
291
"*MandatoryRelease* may also be ``None``, meaning that a planned feature "
286
292
"got dropped or that it is not yet decided."
287
- msgstr "*MandatoryRelease* 는 ``None`` 일 수도 있습니다. 이는 계획된 기능이 삭제되었음을 의미합니다."
293
+ msgstr ""
294
+ "*MandatoryRelease* 는 ``None`` 일 수도 있습니다. 이는 계획된 기능이 삭제되었거나 아직 결정되지 않았음을 "
295
+ "의미합니다."
288
296
289
297
#: ../../library/__future__.rst:111
290
- #, fuzzy
291
298
msgid ""
292
299
"*CompilerFlag* is the (bitfield) flag that should be passed in the fourth"
293
300
" argument to the built-in function :func:`compile` to enable the feature "
@@ -296,7 +303,7 @@ msgid ""
296
303
msgstr ""
297
304
"*CompilerFlag* 은 동적으로 컴파일되는 코드에서 해당 기능을 활성화하기 위해, 내장 함수 :func:`compile` 의"
298
305
" 네 번째 인자로 전달되어야 하는 (비트 필드) 플래그입니다. 이 플래그는 :class:`_Feature` 인스턴스의 "
299
- ":attr:`compiler_flag` 어트리뷰트에 저장됩니다."
306
+ ":attr:`_Feature. compiler_flag` 어트리뷰트에 저장됩니다."
300
307
301
308
#: ../../library/__future__.rst:117
302
309
msgid ""
0 commit comments