Skip to content

Commit 7aa2ed8

Browse files
authored
Merge branch '3.9' into reference-fuzzies
2 parents ac2ff60 + 1841830 commit 7aa2ed8

File tree

6 files changed

+22
-25
lines changed

6 files changed

+22
-25
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"problemMatcher": [
3+
{
4+
"owner": "pospell",
5+
"pattern": [
6+
{
7+
"regexp": "^(.*):(\\d+):(.*)$",
8+
"file": 1,
9+
"line": 2,
10+
"message": 3
11+
}
12+
]
13+
}
14+
]
15+
}

.github/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ daysUntilClose: 14
66
exemptLabels:
77
- meta
88
- on hold
9+
- EASY
910
# Label to use when marking an issue as stale
1011
staleLabel: stale
1112
# Comment to post when marking an issue as stale. Set to `false` to disable

.github/workflows/pr-title-cheker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- unlabeled
1010

1111
jobs:
12-
check:
12+
check-title:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: thehanimo/pr-title-checker@v1.2

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
19+
- name: Register pospell problem matcher
20+
run: echo "::add-matcher::.github/problem-matchers/pospell.json"
1921
- name: Install pospell
2022
run: |
2123
sudo apt-get update

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

library/socket.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-10-01 16:00+0200\n"
9-
"PO-Revision-Date: 2019-06-18 21:59+0200\n"
9+
"PO-Revision-Date: 2020-11-25 20:35+0100\n"
1010
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1111
"Language: fr\n"
1212
"MIME-Version: 1.0\n"
@@ -15,12 +15,11 @@ msgstr ""
1515

1616
#: library/socket.rst:2
1717
msgid ":mod:`socket` --- Low-level networking interface"
18-
msgstr ""
18+
msgstr ":mod:`socket` — Gestion réseau de bas niveau"
1919

2020
#: library/socket.rst:7
21-
#, fuzzy
2221
msgid "**Source code:** :source:`Lib/socket.py`"
23-
msgstr "**Code source :** :source:`Lib/secrets.py`"
22+
msgstr "**Code source :** :source:`Lib/secrets.py`"
2423

2524
#: library/socket.rst:11
2625
msgid ""

0 commit comments

Comments
 (0)