File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-01-19 16:37 +0000\n "
14+ "POT-Creation-Date : 2026-02-03 16:55 +0000\n "
1515"PO-Revision-Date : 2025-09-22 16:50+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -108,14 +108,16 @@ msgid "Accepts a sequence of :term:`path-like objects <path-like object>`."
108108msgstr ""
109109
110110msgid ""
111- "Return the longest path prefix (taken character-by-character) that is a "
112- "prefix of all paths in *list*. If *list* is empty, return the empty string "
113- "(``''``)."
111+ "Return the longest string prefix (taken character-by-character) that is a "
112+ "prefix of all strings in *list*. If *list* is empty, return the empty "
113+ "string (``''``)."
114114msgstr ""
115115
116116msgid ""
117117"This function may return invalid paths because it works a character at a "
118- "time. To obtain a valid path, see :func:`commonpath`."
118+ "time. If you need a **common path prefix**, then the algorithm implemented "
119+ "in this function is not secure. Use :func:`commonpath` for finding a common "
120+ "path prefix."
119121msgstr ""
120122
121123msgid ""
You can’t perform that action at this time.
0 commit comments