@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-05-27 16:58 +0000\n "
14+ "POT-Creation-Date : 2026-06-02 00:16 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -160,6 +160,13 @@ msgid ""
160160"__init__.py`` respectively."
161161msgstr ""
162162
163+ msgid ""
164+ "A subdirectory inside a regular package that does not contain an ``__init__."
165+ "py`` file is treated as an implicit :ref:`namespace package <reference-"
166+ "namespace-package>` (a \" namespace subpackage\" ) rooted in that parent. "
167+ "See :pep:`420` for the underlying specification."
168+ msgstr ""
169+
163170msgid "Namespace packages"
164171msgstr ""
165172
@@ -190,6 +197,14 @@ msgid ""
190197"or one of its subpackages is imported."
191198msgstr ""
192199
200+ msgid ""
201+ "Namespace packages may also be nested inside a regular package. When the "
202+ "import system searches a regular package's ``__path__`` and encounters a "
203+ "subdirectory that does not contain an ``__init__.py`` file, that "
204+ "subdirectory becomes a :term:`portion` contributing to a namespace "
205+ "subpackage of the enclosing regular package."
206+ msgstr ""
207+
193208msgid "See also :pep:`420` for the namespace package specification."
194209msgstr ""
195210
0 commit comments