@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-08-27 14:18 +0000\n "
14+ "POT-Creation-Date : 2025-08-31 14:14 +0000\n "
1515"PO-Revision-Date : 2025-08-02 17:35+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : German (https://app.transifex.com/python-doc/teams/5390/de/)\n "
@@ -198,18 +198,20 @@ msgid ""
198198msgstr ""
199199
200200msgid ""
201- "$ unzip -l example .zip\n"
202- "Archive: example .zip\n"
201+ "$ unzip -l example_archive .zip\n"
202+ "Archive: example_archive .zip\n"
203203" Length Date Time Name\n"
204204" -------- ---- ---- ----\n"
205- " 8467 11-26-02 22 :30 jwzthreading .py\n"
205+ " 8467 01-01-00 12 :30 example .py\n"
206206" -------- -------\n"
207- " 8467 1 file\n"
208- "$ ./python\n"
209- "Python 2.3 (#1, Aug 1 2003, 19:54:32)\n"
207+ " 8467 1 file"
208+ msgstr ""
209+
210+ msgid ""
210211">>> import sys\n"
211- ">>> sys.path.insert(0, 'example.zip') # Add .zip file to front of path\n"
212- ">>> import jwzthreading\n"
213- ">>> jwzthreading.__file__\n"
214- "'example.zip/jwzthreading.py'"
212+ ">>> # Add the archive to the front of the module search path\n"
213+ ">>> sys.path.insert(0, 'example_archive.zip')\n"
214+ ">>> import example\n"
215+ ">>> example.__file__\n"
216+ "'example_archive.zip/example.py'"
215217msgstr ""
0 commit comments