Skip to content

Commit 2e70a0e

Browse files
Update messages.pot as of version 226afc2
1 parent 4be592c commit 2e70a0e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

locales/messages.pot

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python Packaging User Guide \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-12-02 21:35+0000\n"
11+
"POT-Creation-Date: 2024-12-08 04:42+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -8183,7 +8183,7 @@ msgid "``{distribution}-{version}.data/`` contains one subdirectory for each non
81838183
msgstr ""
81848184

81858185
#: ../source/specifications/binary-distribution-format.rst:189
8186-
msgid "Python scripts must appear in ``scripts`` and begin with exactly ``b'#!python'`` in order to enjoy script wrapper generation and ``#!python`` rewriting at install time. They may have any or no extension."
8186+
msgid "Python scripts must appear in ``scripts`` and begin with exactly ``b'#!python'`` in order to enjoy script wrapper generation and ``#!python`` rewriting at install time. They may have any or no extension. The ``scripts`` directory may only contain regular files."
81878187
msgstr ""
81888188

81898189
#: ../source/specifications/binary-distribution-format.rst:193
@@ -8431,11 +8431,15 @@ msgstr ""
84318431
msgid "February 2021: The rules on escaping in wheel filenames were revised, to bring them into line with what popular tools actually do."
84328432
msgstr ""
84338433

8434-
#: ../source/specifications/binary-distribution-format.rst:429
8434+
#: ../source/specifications/binary-distribution-format.rst:426
8435+
msgid "December 2024: Clarified that the ``scripts`` folder should only contain regular files (the expected behaviour of consuming tools when encountering symlinks or subdirectories in this folder is not formally defined, and hence may vary between tools)."
8436+
msgstr ""
8437+
8438+
#: ../source/specifications/binary-distribution-format.rst:433
84358439
msgid "Appendix"
84368440
msgstr ""
84378441

8438-
#: ../source/specifications/binary-distribution-format.rst:431
8442+
#: ../source/specifications/binary-distribution-format.rst:435
84398443
msgid "Example urlsafe-base64-nopad implementation::"
84408444
msgstr ""
84418445

0 commit comments

Comments
 (0)