summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2019-05-21 10:46:37 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-05-21 10:46:37 (GMT)
commitf2d7ac7e5bd821e29e0fcb78a760a282059ae000 (patch)
tree096d1f8f9ccb49a93741ecbd15e35b6775282a48 /Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst
parentd12e75734d46ecde588c5de65e6d64146911d20c (diff)
downloadcpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.zip
cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.gz
cpython-f2d7ac7e5bd821e29e0fcb78a760a282059ae000.tar.bz2
bpo-31904: Add posix module support for VxWorks (GH-12118)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst b/Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst
new file mode 100644
index 0000000..319c0a3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-03-01-17-59-39.bpo-31904.38djdk.rst
@@ -0,0 +1 @@
+Add posix module support for VxWorks.