We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SIGINT
1 parent 21d3033 commit 926ace5Copy full SHA for 926ace5
CHANGES.rst
@@ -16,7 +16,7 @@
16
17
- :pr:`350`: Fixed the incarnation of an earlier regression
18
of not resetting the serving state
19
- on :py:data:``SIGINT`` originally fixed by :pr:`322` and
+ on :py:data:`SIGINT` originally fixed by :pr:`322` and
20
:pr:`331` but reintroduced by the changes in :pr:`311`
21
-- by :user:`liamstask`.
22
docs/conf.py
@@ -133,6 +133,7 @@
133
# NOTE: consider having a separate ignore file
134
# Ref: https://stackoverflow.com/a/30624034/595220
135
nitpick_ignore = [
136
+ ('py:data', 'SIGINT'),
137
('py:const', 'socket.SO_PEERCRED'),
138
('py:class', '_pyio.BufferedWriter'),
139
('py:class', '_pyio.BufferedReader'),
0 commit comments