summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-07-19-37-00.bpo-22674.2sIMmM.rst
diff options
context:
space:
mode:
authorAntoine Pietri <antoine.pietri1@gmail.com>2018-03-12 13:42:34 (GMT)
committerAntoine Pitrou <pitrou@free.fr>2018-03-12 13:42:34 (GMT)
commit5d2a27de625caf2fd5b763d8a8463790ccd954be (patch)
treed875f0d805f4f9b0500a9b1a96d4f8537fd566c4 /Misc/NEWS.d/next/Library/2018-03-07-19-37-00.bpo-22674.2sIMmM.rst
parent4484f9dca9149da135bbae035f10a50d20d1cbbb (diff)
downloadcpython-5d2a27de625caf2fd5b763d8a8463790ccd954be.zip
cpython-5d2a27de625caf2fd5b763d8a8463790ccd954be.tar.gz
cpython-5d2a27de625caf2fd5b763d8a8463790ccd954be.tar.bz2
signal: add strsignal() (#6017)
Co-authored-by: Vajrasky Kok <sky.kok@speaklikeaking.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-03-07-19-37-00.bpo-22674.2sIMmM.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-07-19-37-00.bpo-22674.2sIMmM.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-07-19-37-00.bpo-22674.2sIMmM.rst b/Misc/NEWS.d/next/Library/2018-03-07-19-37-00.bpo-22674.2sIMmM.rst
new file mode 100644
index 0000000..a9af5da
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-03-07-19-37-00.bpo-22674.2sIMmM.rst
@@ -0,0 +1,2 @@
+Add the strsignal() function in the signal module that returns the system
+description of the given signal, as returned by strsignal(3).