File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#. Special characters that are always escaped in the POT file
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#: comments.py:4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#: custom_keywords.py:10 custom_keywords.py:11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#: docstrings.py:1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#. Special characters that are always escaped in the POT file
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#: fileloc.py:5 fileloc.py:6
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#: messages.py:16
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
1212"MIME-Version : 1.0\n "
1313"Content-Type : text/plain; charset=UTF-8\n "
1414"Content-Transfer-Encoding : 8bit\n "
15- "Generated-By : pygettext.py 1.5 \n "
15+ "Generated-By : pygettext.py 3.15 \n "
1616
1717
1818#: multiple_keywords.py:3
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def test_version(self):
253253 for option in ('--version' , '-V' ):
254254 res = assert_python_ok (msgfmt_py , option )
255255 out = res .out .decode ('utf-8' ).strip ()
256- self .assertEqual ( ' msgfmt.py 1.2' , out )
256+ self .assertRegex ( out , r'^ msgfmt\ .py \d+\.\d+$' )
257257
258258 def test_invalid_option (self ):
259259 res = assert_python_failure (msgfmt_py , '--invalid-option' )
You can’t perform that action at this time.
0 commit comments