diff options
author | David CARLIER <devnexen@gmail.com> | 2020-11-19 07:24:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 07:24:15 (GMT) |
commit | 13b865f0e17c88b081c23f7f05cf91166d220a50 (patch) | |
tree | c2bd71007ddf4ae2e8c2ada73cdf31a2f67e6f96 /Misc/NEWS.d | |
parent | 4687338d0ed46e1f5f5060536becf8a96496bae7 (diff) | |
download | cpython-13b865f0e17c88b081c23f7f05cf91166d220a50.zip cpython-13b865f0e17c88b081c23f7f05cf91166d220a50.tar.gz cpython-13b865f0e17c88b081c23f7f05cf91166d220a50.tar.bz2 |
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)
Same as FreeBSD, file descriptors in /dev/fd id from 0 to 63.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-11-19-04-13-53.bpo-42375.U8bp4s.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-19-04-13-53.bpo-42375.U8bp4s.rst b/Misc/NEWS.d/next/Library/2020-11-19-04-13-53.bpo-42375.U8bp4s.rst new file mode 100644 index 0000000..6d8c80c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-11-19-04-13-53.bpo-42375.U8bp4s.rst @@ -0,0 +1 @@ +subprocess module update for DragonFlyBSD support.
\ No newline at end of file |