# SOME DESCRIPTIVE TITLE. # Copyright (c) YEAR Python Software Foundation. # FIRST AUTHOR , YEAR. # # This version of the catalog contains only doc strings, which a # developer can access interactively during development. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2001-06-10 19:01+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" #: Lib/BaseHTTPServer.py:93 msgid "Override server_bind to store the server name." msgstr "" #: Lib/rfc822.py:107 msgid "" "Read header lines.\n" "\n" " Read header lines up to the entirely blank line that\n" " terminates them. The (normally blank) line that ends the\n" " headers is skipped, but not included in the returned list.\n" " If a non-header line ends the headers, (which is an error),\n" " an attempt is made to backspace over it; it is never\n" " included in the returned list.\n" "\n" " The variable self.status is set to the empty string if all\n" " went well, otherwise it is an error message.\n" " The variable self.headers is a completely uninterpreted list\n" " of lines contained in the header (so printing them will\n" " reproduce the header exactly as it appears in the file).\n" " " msgstr "" #: Lib/rfc822.py:196 msgid "" "Determine whether a line is a legal end of RFC-822 headers.\n" "\n" " You may override this method if your application wants\n" " to bend the rules, e.g. to strip trailing whitespace,\n" " or to recognize MH template separators ('--------').\n" " For convenience (e.g. for code reading from sockets) a\n" " line consisting of \n" " also matches.\n" " " msgstr ""