File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55#
6- #, fuzzy
76msgid ""
87msgstr ""
98"Project-Id-Version : Python 3.6\n "
@@ -354,7 +353,6 @@ msgstr ""
354353":file:`EXE` 파일과 같은 바이너리 데이터를 망치게 됩니다. 그런 파일을 읽고 쓸 때 바이너리 모드를 사용하도록 주의하세요."
355354
356355#: ../Doc/tutorial/inputoutput.rst:317
357- #, fuzzy
358356msgid ""
359357"It is good practice to use the :keyword:`with` keyword when dealing with "
360358"file objects. The advantage is that the file is properly closed after "
@@ -363,7 +361,7 @@ msgid ""
363361":keyword:`try`\\ -\\ :keyword:`finally` blocks::"
364362msgstr ""
365363"파일 객체를 다룰 때 :keyword:`with` 키워드를 사용하는 것은 좋은 습관입니다. 혜택은 도중 예외가 발생하더라도 스위트가"
366- " 종료될 때 파일이 올바르게 닫힌다는 것입니다. :keyword:`with` 를 사용하는 것은 동등한 :keyword:`try`\\ "
364+ " 종료될 때 파일이 올바르게 닫힌다는 것입니다. :keyword:`! with` 를 사용하는 것은 동등한 :keyword:`try`\\ "
367365" -\\ :keyword:`finally` 블록을 쓰는 것에 비교해 훨씬 짧기도 합니다::"
368366
369367#: ../Doc/tutorial/inputoutput.rst:328
You can’t perform that action at this time.
0 commit comments