@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/urllib.error.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!urllib.error` --- Exception classes raised by urllib.request"
22
- msgstr ":mod:`urllib.error` --- urllib.request에 의해 발생하는 예외 클래스"
21
+ msgstr ":mod:`! urllib.error` --- urllib.request에 의해 발생하는 예외 클래스"
23
22
24
23
#: ../../library/urllib.error.rst:10
25
24
msgid "**Source code:** :source:`Lib/urllib/error.py`"
@@ -57,6 +56,8 @@ msgid ""
57
56
":exc:`URLError` used to be a subtype of :exc:`IOError`, which is now an "
58
57
"alias of :exc:`OSError`."
59
58
msgstr ""
59
+ "이전에는 :exc:`URLError`\\ 가 :exc:`IOError`\\ 의 하위 형이었으나, 이제는 :exc:`OSError`\\ 의"
60
+ " 별칭이 되었습니다."
60
61
61
62
#: ../../library/urllib.error.rst:36
62
63
msgid ""
@@ -85,43 +86,31 @@ msgstr ""
85
86
"딕셔너리에 있는 값에 해당합니다."
86
87
87
88
#: ../../library/urllib.error.rst:55
88
- #, fuzzy
89
89
msgid ""
90
90
"This is usually a string explaining the reason for this error. An alias "
91
91
"for *msg* attribute."
92
- msgstr "일반적으로 이 에러의 원인을 설명하는 문자열입니다."
92
+ msgstr "일반적으로 이 에러의 원인을 설명하는 문자열입니다. *msg* 어트리뷰트의 별칭. "
93
93
94
94
#: ../../library/urllib.error.rst:60
95
- #, fuzzy
96
95
msgid ""
97
96
"The HTTP response headers for the HTTP request that caused the "
98
97
":exc:`HTTPError`. An alias for *hdrs* attribute."
99
- msgstr ":exc:`HTTPError`\\ 를 발생시킨 HTTP 요청의 응답 헤더입니다."
98
+ msgstr ":exc:`HTTPError`\\ 를 발생시킨 HTTP 요청의 응답 헤더입니다. *hdrs* 어트리뷰트의 별칭. "
100
99
101
100
#: ../../library/urllib.error.rst:68
102
101
msgid "A file-like object where the HTTP error body can be read from."
103
102
msgstr ""
104
103
105
104
#: ../../library/urllib.error.rst:72
106
- #, fuzzy
107
105
msgid ""
108
106
"This exception is raised when the :func:`~urllib.request.urlretrieve` "
109
107
"function detects that the amount of the downloaded data is less than the "
110
108
"expected amount (given by the *Content-Length* header)."
111
109
msgstr ""
112
110
"이 예외는 다운로드받은 데이터양이 *Content-Length* 헤더 값을 통해 예상한 양보다 적은 것을 "
113
- ":func:`~urllib.request.urlretrieve`\\ 함수가 감지했을 때 발생합니다. "
114
- ":attr:`content`\\ 어트리뷰트는 다운로드받은 (그리고 아마도 잘린) 데이터를 저장합니다."
111
+ ":func:`~urllib.request.urlretrieve`\\ 함수가 감지했을 때 발생합니다."
115
112
116
113
#: ../../library/urllib.error.rst:79
117
114
msgid "The downloaded (and supposedly truncated) data."
118
- msgstr ""
119
-
120
- #~ msgid ""
121
- #~ ":exc:`URLError` has been made a subclass"
122
- #~ " of :exc:`OSError` instead of "
123
- #~ ":exc:`IOError`."
124
- #~ msgstr ""
125
- #~ ":exc:`URLError`\\는 :exc:`IOError`\\가 아닌, "
126
- #~ ":exc:`OSError`\\의 서브 클래스가 되었습니다."
115
+ msgstr "다운로드받은 (그리고 아마도 잘린) 데이터."
127
116
0 commit comments