diff options
author | pxinwr <peixing.xin@windriver.com> | 2020-11-30 21:48:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 21:48:33 (GMT) |
commit | 1244c816d7cdfa8a26d1671cab67122a8c5271a7 (patch) | |
tree | 256d01f36bfef2b7f7b5235069ebaf275f692aba /Misc/NEWS.d | |
parent | 5c73afc36ee6cca41009a510092e1f901c5dc0a0 (diff) | |
download | cpython-1244c816d7cdfa8a26d1671cab67122a8c5271a7.zip cpython-1244c816d7cdfa8a26d1671cab67122a8c5271a7.tar.gz cpython-1244c816d7cdfa8a26d1671cab67122a8c5271a7.tar.bz2 |
bpo-31904: Support signal module on VxWorks (GH-23391)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-11-19-16-14-36.bpo-31904.83kf9d.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-19-16-14-36.bpo-31904.83kf9d.rst b/Misc/NEWS.d/next/Library/2020-11-19-16-14-36.bpo-31904.83kf9d.rst new file mode 100644 index 0000000..e0ea23a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-11-19-16-14-36.bpo-31904.83kf9d.rst @@ -0,0 +1 @@ +Support signal module on VxWorks. |