# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR , 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh \n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
#: ../Doc/tutorial/appendix.rst:5
msgid "Appendix"
msgstr "ë¶ë¡"
#: ../Doc/tutorial/appendix.rst:11
msgid "Interactive Mode"
msgstr "ëíí 모ë"
#: ../Doc/tutorial/appendix.rst:16
msgid "Error Handling"
msgstr "ìë¬ ì²ë¦¬"
#: ../Doc/tutorial/appendix.rst:18
msgid ""
"When an error occurs, the interpreter prints an error message and a stack"
" trace. In interactive mode, it then returns to the primary prompt; when "
"input came from a file, it exits with a nonzero exit status after "
"printing the stack trace. (Exceptions handled by an :keyword:`except` "
"clause in a :keyword:`try` statement are not errors in this context.) "
"Some errors are unconditionally fatal and cause an exit with a nonzero "
"exit; this applies to internal inconsistencies and some cases of running "
"out of memory. All error messages are written to the standard error "
"stream; normal output from executed commands is written to standard "
"output."
msgstr ""
"ìë¬ê° ë°ìíë©´ ì¸í°í리í°ë ìë¬ ë©ìì§ì ì¤í í¸ë ì´ì¤ë¥¼ ì¸ìí©ëë¤. ëíí 모ëììë 기본 í롬íí¸ë¡ ëìê°ëë¤; íì¼ë¡ë¶í° ì
ë ¥ì´ ìì"
" ëë, ì¤í í¸ë ì´ì¤ë¥¼ ì¸ìí í 0ì´ ìë ì¢
ë£ ìíë¡ ì¢
ë£í©ëë¤. (:keyword:`try` 문ìì :keyword:`except`"
" ì ì ìí´ ì²ë¦¬ëë ìì¸ë ì´ ë¬¸ë§¥ìì ìë¬ê° ìëëë¤.) ì¼ë¶ ìë¬ë 무조건 ì¹ëª
ì ì´ë©° 0ì´ ìë ì¢
ë£ ìíì ì¢
ë£ë¥¼ ì ë°í©ëë¤; ì´ê²ì"
" ë´ë¶ ë¶ì¼ì¹ì ë©ëª¨ë¦¬ ë¶ì¡±ì¼ë¡ ì¸í ê²½ì°ì ì ì©ë©ëë¤. 모ë ìë¬ ë©ìì§ë íì¤ ìë¬ ì¤í¸ë¦¼ì 기ë¡ë©ëë¤. ì¤íë ëª
ë ¹ì ì ì ì¶ë ¥ì íì¤"
" ì¶ë ¥ì 기ë¡ë©ëë¤."
#: ../Doc/tutorial/appendix.rst:28
msgid ""
"Typing the interrupt character (usually :kbd:`Control-C` or "
":kbd:`Delete`) to the primary or secondary prompt cancels the input and "
"returns to the primary prompt. [#]_ Typing an interrupt while a command "
"is executing raises the :exc:`KeyboardInterrupt` exception, which may be "
"handled by a :keyword:`try` statement."
msgstr ""
"기본 ëë ë³´ì¡° í롬íí¸ì ì¸í°ë½í¸ 문ì (ì¼ë°ì ì¼ë¡ :kbd:`Control-C` ëë :kbd:`Delete`)를 ì
ë ¥íë©´ ì
ë ¥ì "
"ì·¨ìíê³ ê¸°ë³¸ í롬íí¸ë¡ ëìê°ëë¤. [#]_ ëª
ë ¹ì´ê° ì¤íëë ëì ì¸í°ë½í¸ë¥¼ ì
ë ¥íë©´ :keyword:`try` 문ì ìí´ ì²ë¦¬ë ì "
"ìë :exc:`KeyboardInterrupt` ìì¸ê° ë°ìí©ëë¤."
#: ../Doc/tutorial/appendix.rst:38
msgid "Executable Python Scripts"
msgstr "ì¤í ê°ë¥í íì´ì¬ ì¤í¬ë¦½í¸"
#: ../Doc/tutorial/appendix.rst:40
msgid ""
"On BSD'ish Unix systems, Python scripts can be made directly executable, "
"like shell scripts, by putting the line ::"
msgstr ""
"BSD ì¤íì¼ì ì ëì¤ ìì¤í
ìì íì´ì¬ ì¤í¬ë¦½í¸ë ì
¸ ì¤í¬ë¦½í¸ì²ë¼ ì§ì ì¤íí ì ìê² ë§ë¤ ì ììµëë¤. ë¤ìê³¼ ê°ì ì¤ ::"
#: ../Doc/tutorial/appendix.rst:45
msgid ""
"(assuming that the interpreter is on the user's :envvar:`PATH`) at the "
"beginning of the script and giving the file an executable mode. The "
"``#!`` must be the first two characters of the file. On some platforms, "
"this first line must end with a Unix-style line ending (``'\\n'``), not a"
" Windows (``'\\r\\n'``) line ending. Note that the hash, or pound, "
"character, ``'#'``, is used to start a comment in Python."
msgstr ""
"(ì¸í°í리í°ê° ì¬ì©ìì :envvar:`PATH` ì ìë¤ê³ ê°ì í ë)ì ì¤í¬ë¦½í¸ì ìì ë¶ë¶ì ë£ê³ íì¼ì ì¤í ê°ë¥ 모ë를 ì¤ëë¤. "
"``#!`` ë ë°ëì íì¼ì ì²ì ë 문ìì¬ì¼ í©ëë¤. ì¼ë¶ íë«í¼ììë ì´ ì²« ë²ì§¸ ì¤ì´ ì ëì¤ ì¤íì¼ì ì¤ ì¢
ë£ "
"(``'\\n'``)ë¡ ëëì¼ íë©°, ìëì° ì¤ ì¢
ë£(``'\\r\\n'``)ë íë½ëì§ ììµëë¤. íì´ì¬ìì í´ì, ëë íì´ë, 문ì "
"``'#'`` ë 주ìì ììíë ë° ì¬ì©ë©ëë¤."
#: ../Doc/tutorial/appendix.rst:52
msgid ""
"The script can be given an executable mode, or permission, using the "
":program:`chmod` command."
msgstr "ì¤í¬ë¦½í¸ë :program:`chmod` ëª
ë ¹ì ì¬ì©íì¬ ì¤í ê°ë¥í 모ë, ëë ê¶í, ì ë¶ì¬ë°ì ì ììµëë¤."
#: ../Doc/tutorial/appendix.rst:59
msgid ""
"On Windows systems, there is no notion of an \"executable mode\". The "
"Python installer automatically associates ``.py`` files with "
"``python.exe`` so that a double-click on a Python file will run it as a "
"script. The extension can also be ``.pyw``, in that case, the console "
"window that normally appears is suppressed."
msgstr ""
"ìëì° ìì¤í
ììë \"ì¤í ê°ë¥ 모ë\"ë¼ë ê°ë
ì´ ììµëë¤. íì´ì¬ ì¤ì¹ íë¡ê·¸ë¨ì ``.py`` íì¼ì ``python.exe``ì "
"ìëì¼ë¡ ì°ê²°íì¬, íì´ì¬ íì¼ì ì´ì¤ í´ë¦íë©´ ì¤í¬ë¦½í¸ë¡ ì¤íí©ëë¤. íì¥ìë``.pyw`` ì¼ ìë ììµëë¤. ì´ ê²½ì°, ì¼ë°ì ì¼ë¡ "
"ëíëë ì½ì ì°½ì íìëì§ ììµëë¤."
#: ../Doc/tutorial/appendix.rst:69
msgid "The Interactive Startup File"
msgstr "ëíí ìì íì¼"
#: ../Doc/tutorial/appendix.rst:71
msgid ""
"When you use Python interactively, it is frequently handy to have some "
"standard commands executed every time the interpreter is started. You "
"can do this by setting an environment variable named "
":envvar:`PYTHONSTARTUP` to the name of a file containing your start-up "
"commands. This is similar to the :file:`.profile` feature of the Unix "
"shells."
msgstr ""
"íì´ì¬ì ëííì¼ë¡ ì¬ì©í ë, ì¢
ì¢
ì¸í°í리í°ê° ììë ëë§ë¤ ì¤íëë íì¤ ëª
ë ¹ë¤ì´ ìì¼ë©´ í¸ë¦¬í©ëë¤. "
":envvar:`PYTHONSTARTUP` íê²½ ë³ì를 ìì ëª
ë ¹ì´ ë¤ì´ìë íì¼ ì´ë¦ì¼ë¡ ì¤ì íë©´ ë©ëë¤. ì´ê²ì ì ëì¤ ì
¸ì "
":file:`.profile` 기ë¥ê³¼ ì ì¬í©ëë¤."
#: ../Doc/tutorial/appendix.rst:77
msgid ""
"This file is only read in interactive sessions, not when Python reads "
"commands from a script, and not when :file:`/dev/tty` is given as the "
"explicit source of commands (which otherwise behaves like an interactive "
"session). It is executed in the same namespace where interactive "
"commands are executed, so that objects that it defines or imports can be "
"used without qualification in the interactive session. You can also "
"change the prompts ``sys.ps1`` and ``sys.ps2`` in this file."
msgstr ""
"ì´ íì¼ì ëíí ì¸ì
ììë§ ì½íë©°, íì´ì¬ì´ ì¤í¬ë¦½í¸ìì ëª
ë ¹ì ì½ì ëë, :file:`/dev/tty` ê° ëª
ë ¹ì ëª
ìì ìì¤ì¸ "
"ê²½ì°(ëíí ì¸ì
ì²ë¼ ëìíë¤)ìë ì½ì§ ììµëë¤. ëíí ëª
ë ¹ì´ ì¤íëë ê°ì ì´ë¦ ê³µê°ìì ì¤íëë¯ë¡, ì´ íì¼ìì ì ìíê±°ë "
"ìí¬í¸íë ê°ì²´ë¤ì ëíí ì¸ì
ìì ì ê·ííì§ ìì ì´ë¦ì¼ë¡ ì¬ì©í ì ììµëë¤. ì´ íì¼ìì ``sys.ps1`` ë° ``sys.ps2``"
" í롬íí¸ë¥¼ ë³ê²½í ìë ììµëë¤."
#: ../Doc/tutorial/appendix.rst:85
msgid ""
"If you want to read an additional start-up file from the current "
"directory, you can program this in the global start-up file using code "
"like ``if os.path.isfile('.pythonrc.py'): "
"exec(open('.pythonrc.py').read())``. If you want to use the startup file "
"in a script, you must do this explicitly in the script::"
msgstr ""
"íì¬ ëë í°ë¦¬ìì ì¶ê° ìì íì¼ì ì½ì¼ë ¤ë©´, ì ì ìì íì¼ìì ``if os.path.isfile('.pythonrc.py'): "
"exec(open('.pythonrc.py').read())`` ì ê°ì ì½ë를 ì¬ì©í´ì íë¡ê·¸ë¨í ì ììµëë¤. ì¤í¬ë¦½í¸ìì ìì íì¼ì "
"ì¬ì©íë ¤ë©´ ì¤í¬ë¦½í¸ìì ëª
ìì ì¼ë¡ ìíí´ì¼ í©ëë¤::"
#: ../Doc/tutorial/appendix.rst:102
msgid "The Customization Modules"
msgstr "커ì¤í°ë§ì´ì ì´ì
모ë"
#: ../Doc/tutorial/appendix.rst:104
msgid ""
"Python provides two hooks to let you customize it: :mod:`sitecustomize` "
"and :mod:`usercustomize`. To see how it works, you need first to find "
"the location of your user site-packages directory. Start Python and run "
"this code::"
msgstr ""
"íì´ì¬ì 커ì¤í°ë§ì´ì¦í ì ìë ë ê°ì§ í
ì ì ê³µí©ëë¤: :mod:`sitecustomize` ì :mod:`usercustomize`."
" ì´ë»ê² ìëíëì§ ë³´ë ¤ë©´, 먼ì ì¬ë¬ë¶ì ì¬ì©ì site-packages ëë í°ë¦¬ì ìì¹ë¥¼ ì°¾ìì¼ í©ëë¤. íì´ì¬ì ììíê³ ë¤ì "
"ì½ë를 ì¤íí©ëë¤::"
#: ../Doc/tutorial/appendix.rst:112
msgid ""
"Now you can create a file named :file:`usercustomize.py` in that "
"directory and put anything you want in it. It will affect every "
"invocation of Python, unless it is started with the :option:`-s` option "
"to disable the automatic import."
msgstr ""
"ì´ì ê·¸ ëë í°ë¦¬ì :file:`usercustomize.py` ë¼ë ì´ë¦ì íì¼ì ë§ë¤ê³ ìíë ê²ë¤ì ë£ì ì ììµëë¤. ìë ìí¬í¸ë¥¼ "
"ë¹íì±ííë :option:`-s` ìµì
ì¼ë¡ ììíì§ ìë í, ì´ íì¼ì 모ë íì´ì¬ ì¤íì ìí¥ì ì¤ëë¤."
#: ../Doc/tutorial/appendix.rst:116
msgid ""
":mod:`sitecustomize` works in the same way, but is typically created by "
"an administrator of the computer in the global site-packages directory, "
"and is imported before :mod:`usercustomize`. See the documentation of "
"the :mod:`site` module for more details."
msgstr ""
":mod:`sitecustomize` ë ê°ì ë°©ìì¼ë¡ ìëíì§ë§, ì¼ë°ì ì¼ë¡ ì ì site-packages ëë í°ë¦¬ì ì»´í¨í° ê´ë¦¬ìê° "
"ë§ë¤ê³ , :mod:`usercustomize` ì ì ìí¬í¸ë©ëë¤. ìì¸í ë´ì©ì :mod:`site` 모ëì ì¤ëª
ì를 ë³´ì¸ì."
#: ../Doc/tutorial/appendix.rst:123
msgid "Footnotes"
msgstr "ê°ì£¼"
#: ../Doc/tutorial/appendix.rst:124
msgid "A problem with the GNU Readline package may prevent this."
msgstr "GNU Readline í¨í¤ì§ì ìë 문ì ê° ì´ê²ì ë°©í´í ì ììµëë¤."