diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2019-10-21 07:01:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-10-21 07:01:05 (GMT) |
commit | 2eba6ad7bf3a5beeed54209a0107be8e1ac77767 (patch) | |
tree | c48beb385ccecbbaec8a892ea9972a795fda09c9 /Misc/NEWS.d/next | |
parent | a9ed91e6c2f0f1a9960b1382321918448228a801 (diff) | |
download | cpython-2eba6ad7bf3a5beeed54209a0107be8e1ac77767.zip cpython-2eba6ad7bf3a5beeed54209a0107be8e1ac77767.tar.gz cpython-2eba6ad7bf3a5beeed54209a0107be8e1ac77767.tar.bz2 |
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-10-16-19-56-51.bpo-38493.86ExWB.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-10-16-19-56-51.bpo-38493.86ExWB.rst b/Misc/NEWS.d/next/Library/2019-10-16-19-56-51.bpo-38493.86ExWB.rst new file mode 100644 index 0000000..1a4bef6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-10-16-19-56-51.bpo-38493.86ExWB.rst @@ -0,0 +1,2 @@ +Added :data:`~os.CLD_KILLED` and :data:`~os.CLD_STOPPED` for :attr:`si_code`. +Patch by Dong-hee Na. |