Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-133319: Use python versioning inmsgfmt &pygettext#134205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
StanFromIreland wants to merge2 commits intopython:main
base:main
Choose a base branch
Loading
fromStanFromIreland:pyver-get-msg
Open
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Tests
  • Loading branch information
@StanFromIreland
StanFromIreland committedMay 19, 2025
commitdd500120ce7199eb18f2dd48f9fa57f5ff3d8d3c
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/ascii-escapes.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#. Special characters that are always escaped in the POT file
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/comments.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#: comments.py:4
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/custom_keywords.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#: custom_keywords.py:10 custom_keywords.py:11
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/docstrings.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#: docstrings.py:1
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/escapes.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#. Special characters that are always escaped in the POT file
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/fileloc.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#: fileloc.py:5 fileloc.py:6
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/messages.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#: messages.py:16
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/i18n_data/multiple_keywords.pot
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py1.5\n"
"Generated-By: pygettext.py3.15\n"


#: multiple_keywords.py:3
Expand Down
2 changes: 1 addition & 1 deletionLib/test/test_tools/test_msgfmt.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -253,7 +253,7 @@ def test_version(self):
for option in ('--version', '-V'):
res = assert_python_ok(msgfmt_py, option)
out = res.out.decode('utf-8').strip()
self.assertEqual('msgfmt.py1.2', out)
self.assertRegex(out, r'^msgfmt\.py\d+\.\d+$')

def test_invalid_option(self):
res = assert_python_failure(msgfmt_py, '--invalid-option')
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp